Skip to content

Commit deae647

Browse files
hartworkdavidpolverari
authored andcommitted
full-check.yml: Fix installation of GCC 15 and binutils >=2.43
With binutils <2.43 linking would fail with error: > /tmp/ccIZUmko.s: Assembler messages: > /tmp/ccIZUmko.s:8: Error: unknown pseudo-op: `.base64' Related: - GNU Binutils 2.43 Released https://lists.gnu.org/archive/html/info-gnu/2024-08/msg00001.html - gcc-15 (15-20250404-0ubuntu1) [universe] https://packages.ubuntu.com/plucky/gcc-15
1 parent b44bb85 commit deae647

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/full-check.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,8 @@ jobs:
2929
if: "${{ matrix.cc == 'gcc-15' }}"
3030
run: |
3131
set -x
32-
# The repository is at home at https://launchpad.net/~ubuntu-toolchain-r/+archive/ubuntu/test .
3332
# NOTE: plucky is 25.04 (not 24.04 LTS)
34-
wget -O - 'https://keyserver.ubuntu.com/pks/lookup?op=get&search=0xc8ec952e2a0e1fbdc5090f6a2c277a0a352154e5' | sudo apt-key add -
35-
sudo add-apt-repository 'deb https://ppa.launchpadcontent.net/ubuntu-toolchain-r/test/ubuntu plucky main'
36-
sudo add-apt-repository 'deb http://archive.ubuntu.com/ubuntu/ plucky main'
33+
sudo add-apt-repository 'deb http://archive.ubuntu.com/ubuntu/ plucky main universe'
3734
- name: gcc_15_install
3835
if: "${{ matrix.cc == 'gcc-15' }}"
3936
run: |

0 commit comments

Comments
 (0)