File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 99 matrix :
1010 # Ubuntu's version of rustc uses its own LLVM instead of being a real native package.
1111 # This leaves us with an incompatible LLVM version when linking. Instead, use a real OS.
12- distro : [ "debian:bookworm", "fedora:39 " ]
12+ distro : [ "debian:bookworm", "fedora:41 " ]
1313 runs-on : ubuntu-latest
1414 container : ${{ matrix.distro }}
1515 env :
2222 apt-get -y dist-upgrade
2323 apt-get -y install cargo libstd-rust-dev-wasm32 wasi-libc valgrind lld git g++ clang wget
2424 - name : Install native Rust toolchain, Valgrind, and build utilitis
25- if : " matrix.distro == 'fedora:39 '"
25+ if : " matrix.distro == 'fedora:41 '"
2626 run : |
2727 dnf -y install cargo rust-std-static-wasm32-wasi valgrind lld git g++ clang wget which diffutils
2828 - name : Checkout source code
You can’t perform that action at this time.
0 commit comments