Skip to content

Commit 3f1e2ac

Browse files
committed
Remove extra GCC builds from SLES 15 build
We don't really use them, so skip. Signed-off-by: Brian Barrett <bbarrett@amazon.com>
1 parent 9643698 commit 3f1e2ac

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

jenkins/customize-ami.sh

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -212,12 +212,10 @@ case $PLATFORM_ID in
212212
sudo zypper -n install \
213213
java-11-openjdk \
214214
python3-boto python3-boto3 python3-mock \
215-
gcc7 gcc7-c++ gcc7-fortran \
216-
gcc10 gcc10-c++ gcc10-fortran \
217215
python3-pip
218216
sudo ln -s /usr/bin/python3 /usr/bin/python
219217
sudo pip install sphinx recommonmark docutils sphinx-rtd-theme
220-
labels="${labels} gcc7 gcc10"
218+
labels="${labels}"
221219
;;
222220
*)
223221
echo "ERROR: Unknown version ${PLATFORM_ID} ${VERSION_ID}"

0 commit comments

Comments
 (0)