PackageCompiler.jl
PackageCompiler.jl copied to clipboard
Do not run old Julia versions on ARM, suppress failures with Julia nightly
Get rid of false positives from the continues integration tests for the ARM builds
- [x] do not run the tests for Julia 1.6, 1.7 and 1.8 on ARM, because this is not supported by the build infrastructure
- [x] run the tests on on Julia nightly, but ignore any errors, because they are expected to happen
That the macOS tests fail is to be expected. This is https://github.com/JuliaLang/PackageCompiler.jl/issues/955 But is it expected that the tests on 32 bit Windows fail?
Closing in favor of #970