-
Notifications
You must be signed in to change notification settings - Fork 30
Run packaging scripts and smoke test on CI #15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
In my local environment, |
Same for me, not sure if we've stumbled upon the same issue though. I was able to finally link without errors on a Linux box (still getting ar/ranlib errors despite |
f2bdbfe
to
42c6603
Compare
8b49db2
to
1e2ef41
Compare
Build fails because of this macro. We need to add Wasm condition here. https://github.com/apple/swift/blob/9884e5019353d1d6a3438b2678baf6a49b61e3af/stdlib/private/StdlibUnittest/SymbolLookup.swift#L15 |
Not sure now if that file should be compiled at all, would any |
This file didn't exist before Oct 24, 2019, that seems to be the explanation 🙂 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Passed 🎉
Any changes in this repository should be tested with the packaging script and a basic smoke test that compiles `hello.swift` on CI. In the future packaging and linking scripts should be moved to this repository, `swiftwasm-sdk` and `swiftwasm-package-sdk` projects probably would be archived when that happens. For now we're pulling the scripts from `swiftwasm-package-sdk` as it is. * Run packaging scripts and smoke test on CI * Make prepare-package.sh executable * Make SymbolLookup.swift compilable for wasm * Use GitHub Actions upload/download steps * Remove packaging steps from ci-*.sh * Move prepare-package.sh to main.yml to avoid clone * Refine formatting in .github/workflows/main.yml
Any changes in this repository should be tested with the packaging script and a basic smoke test that compiles `hello.swift` on CI. In the future packaging and linking scripts should be moved to this repository, `swiftwasm-sdk` and `swiftwasm-package-sdk` projects probably would be archived when that happens. For now we're pulling the scripts from `swiftwasm-package-sdk` as it is. * Run packaging scripts and smoke test on CI * Make prepare-package.sh executable * Make SymbolLookup.swift compilable for wasm * Use GitHub Actions upload/download steps * Remove packaging steps from ci-*.sh * Move prepare-package.sh to main.yml to avoid clone * Refine formatting in .github/workflows/main.yml
Any changes in this repository should be tested with the packaging script and a basic smoke test that compiles `hello.swift` on CI. In the future packaging and linking scripts should be moved to this repository, `swiftwasm-sdk` and `swiftwasm-package-sdk` projects probably would be archived when that happens. For now we're pulling the scripts from `swiftwasm-package-sdk` as it is. * Run packaging scripts and smoke test on CI * Make prepare-package.sh executable * Make SymbolLookup.swift compilable for wasm * Use GitHub Actions upload/download steps * Remove packaging steps from ci-*.sh * Move prepare-package.sh to main.yml to avoid clone * Refine formatting in .github/workflows/main.yml
Any changes in this repository should be tested with the packaging script and a basic smoke test that compiles
hello.swift
on CI.In the future packaging and linking scripts should be moved to this repository,
swiftwasm-sdk
andswiftwasm-package-sdk
projects probably would be archived when that happens. For now we're pulling the scripts fromswiftwasm-package-sdk
as it is.