PackageCompiler.jl icon indicating copy to clipboard operation
PackageCompiler.jl copied to clipboard

Do not run old Julia versions on ARM, suppress failures with Julia nightly

Open ufechner7 opened this issue 1 year ago • 1 comments

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

ufechner7 avatar Aug 02 '24 18:08 ufechner7

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?

ufechner7 avatar Aug 02 '24 19:08 ufechner7

Closing in favor of #970

DilumAluthge avatar Oct 16 '24 04:10 DilumAluthge