We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b77c32e commit 719829fCopy full SHA for 719829f
test/runners.jl
@@ -545,10 +545,7 @@ end
545
set -e
546
make -j${nproc} -sC /usr/share/testsuite install
547
"""
548
- # This test fails on GitHub Actions with non-squashfs on UserNS runners:
549
- # <https://github.com/JuliaPackaging/BinaryBuilderBase.jl/issues/347>.
550
- is_broken = get(ENV, "GITHUB_ACTIONS", "false")=="true" && !(BinaryBuilderBase.use_squashfs[]) && BinaryBuilderBase.preferred_runner() == BinaryBuilderBase.UserNSRunner
551
- @test run(ur, `/bin/bash -c "$(test_script)"`, iobuff) broken=is_broken
+ @test run(ur, `/bin/bash -c "$(test_script)"`, iobuff)
552
end
553
554
0 commit comments