You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We currently don't check for distribution version on Linux, which means we could run on unsupported distributions, or download wrong toolchain that won't work. carton should check which Linux distribution it runs on, and then download a compatible toolchain archive for it, or notify the user about incompatibility.
Accordingly, it should check CPU architecture, as it would be great to support SwiftWasm on ARM64 Linux distributions, e.g. Raspbian after swiftwasm/swift#1854 is resolved.
The text was updated successfully, but these errors were encountered:
Resolves#114.
As support for SwiftLint in Danger seems a bit buggy (causing duplicate warning comments sometimes), this PR calls SwiftLint through a separate action that displays warnings only in the PR diff and hopefully in better way.
* Add support for Ubuntu 20.04
* Refine formatting
* Move SwiftLint to a separate GitHub Action
* Fix linker warnings
* Remove `danger.yml` and `Dangerfile.swift`
* Remove `--strict` argument from `swiftlint.yml`
* Update README.md
We currently don't check for distribution version on Linux, which means we could run on unsupported distributions, or download wrong toolchain that won't work.
carton
should check which Linux distribution it runs on, and then download a compatible toolchain archive for it, or notify the user about incompatibility.Accordingly, it should check CPU architecture, as it would be great to support SwiftWasm on ARM64 Linux distributions, e.g. Raspbian after swiftwasm/swift#1854 is resolved.
The text was updated successfully, but these errors were encountered: