Skip to content

Commit c806876

Browse files
authored
ansible,jenkins: revert to default gcc-12 on debian12 (#3845)
Refs: #3806 Refs: nodejs/node#53728
1 parent 76f9ad5 commit c806876

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

ansible/roles/baselayout/vars/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ packages: {
7373
],
7474

7575
debian12: [
76-
'systemd-timesyncd,gcc,g++,gcc-11,g++-11,make,ccache,git,curl,libfontconfig1,apt-transport-https,ca-certificates,sudo,python3-venv',
76+
'systemd-timesyncd,gcc,g++,make,ccache,git,curl,libfontconfig1,apt-transport-https,ca-certificates,sudo,python3-venv',
7777
],
7878

7979
fedora: [

jenkins/scripts/select-compiler.sh

-6
Original file line numberDiff line numberDiff line change
@@ -224,12 +224,6 @@ elif [ "$SELECT_ARCH" = "X64" ]; then
224224
fi
225225
echo "Compiler set to GCC" `$CXX -dumpversion`
226226
;;
227-
debian12-x64 )
228-
export CC="ccache gcc-11"
229-
export CXX="ccache g++-11"
230-
export LINK="g++-11"
231-
echo "Compiler set to GCC" `$CXX -dumpversion`
232-
;;
233227
esac
234228

235229
elif [ "$SELECT_ARCH" = "ARM64" ]; then

0 commit comments

Comments
 (0)