Skip to content

Commit 50a9f41

Browse files
committed
Update GCC version
1 parent 7bc6701 commit 50a9f41

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ jobs:
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.

.github/workflows/failures.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

.github/workflows/m68k.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

libgccjit.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
45648c2edd4ecd862d9f08196d3d6c6ccba79f07
1+
e607be166673a8de9fc07f6f02c60426e556c5f2

0 commit comments

Comments
 (0)