File tree Expand file tree Collapse file tree 5 files changed +10
-10
lines changed Expand file tree Collapse file tree 5 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 1919 fail-fast : false
2020 matrix :
2121 libgccjit_version :
22- - { gcc: "gcc-13 .deb" }
23- - { gcc: "gcc-13 -without-int128.deb" }
22+ - { gcc: "gcc-15 .deb" }
23+ - { gcc: "gcc-15 -without-int128.deb" }
2424 commands : [
2525 " --std-tests" ,
2626 # FIXME: re-enable asm tests when GCC can emit in the right syntax.
Original file line number Diff line number Diff line change @@ -56,12 +56,12 @@ jobs:
5656
5757 - name : Download artifact
5858 if : matrix.libgccjit_version.gcc != 'libgccjit12.so'
59- run : curl -LO https://github.com/rust-lang/gcc/releases/latest/download/gcc-13 .deb
59+ run : curl -LO https://github.com/rust-lang/gcc/releases/latest/download/gcc-15 .deb
6060
6161 - name : Setup path to libgccjit
6262 if : matrix.libgccjit_version.gcc != 'libgccjit12.so'
6363 run : |
64- sudo dpkg --force-overwrite -i gcc-13 .deb
64+ sudo dpkg --force-overwrite -i gcc-15 .deb
6565 echo 'gcc-path = "/usr/lib"' > config.toml
6666 echo "LIBRARY_PATH=/usr/lib" >> $GITHUB_ENV
6767 echo "LD_LIBRARY_PATH=/usr/lib" >> $GITHUB_ENV
Original file line number Diff line number Diff line change @@ -47,17 +47,17 @@ jobs:
4747 - name : Install packages
4848 run : |
4949 sudo apt-get update
50- sudo apt-get install qemu qemu-user-static
50+ sudo apt-get install qemu-system qemu-user-static
5151
5252 - name : Download artifact
53- run : curl -LO https://github.com/cross-cg-gcc-tools/cross-gcc/releases/latest/download/gcc-m68k-13 .deb
53+ run : curl -LO https://github.com/cross-cg-gcc-tools/cross-gcc/releases/latest/download/gcc-m68k-15 .deb
5454
5555 - name : Download VM artifact
5656 run : curl -LO https://github.com/cross-cg-gcc-tools/vms/releases/latest/download/debian-m68k.img
5757
5858 - name : Setup path to libgccjit
5959 run : |
60- sudo dpkg -i gcc-m68k-13 .deb
60+ sudo dpkg -i gcc-m68k-15 .deb
6161 echo 'gcc-path = "/usr/lib/"' > config.toml
6262
6363 - name : Set env
Original file line number Diff line number Diff line change @@ -37,11 +37,11 @@ jobs:
3737 run : sudo apt-get install ninja-build ripgrep
3838
3939 - name : Download artifact
40- run : curl -LO https://github.com/rust-lang/gcc/releases/latest/download/gcc-13 .deb
40+ run : curl -LO https://github.com/rust-lang/gcc/releases/latest/download/gcc-15 .deb
4141
4242 - name : Setup path to libgccjit
4343 run : |
44- sudo dpkg --force-overwrite -i gcc-13 .deb
44+ sudo dpkg --force-overwrite -i gcc-15 .deb
4545 echo 'gcc-path = "/usr/lib/"' > config.toml
4646
4747 - name : Set env
Original file line number Diff line number Diff line change 1- 45648c2edd4ecd862d9f08196d3d6c6ccba79f07
1+ e607be166673a8de9fc07f6f02c60426e556c5f2
You can’t perform that action at this time.
0 commit comments