Skip to content

Commit

Permalink
Fix to use gcc-9
Browse files Browse the repository at this point in the history
Signed-off-by: terasihma <[email protected]>
  • Loading branch information
terassyi committed Sep 22, 2023
1 parent 0f3b557 commit 532d98b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -511,8 +511,8 @@ jobs:
flex \
g++ \
g++-aarch64-linux-gnu \
gcc \
gcc-aarch64-linux-gnu \
gcc-9 \
gcc-9-aarch64-linux-gnu \
git \
libelf-dev \
libelf-dev:arm64 \
Expand All @@ -526,6 +526,8 @@ jobs:
python3-pip \
unzip
update-alternatives --install /usr/bin/python python /usr/bin/python2 1
update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-9 2
update-alternatives --install /usr/bin/aarch64-linux-gnu-gcc aarch64-linux-gnu-gcc /usr/bin/aarch64-linux-gnu-gcc-9 3
- run:
name: Download cilium/image-tools
command: |
Expand Down

0 comments on commit 532d98b

Please sign in to comment.