Skip to content

Commit 16c6967

Browse files
author
DvirDukhan
committed
moved --modern flag to system setup
1 parent 9bc483e commit 16c6967

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ commands:
7979
command: |
8080
git submodule update --init opt/readies
8181
./opt/readies/bin/getpy3
82-
./opt/readies/bin/getgcc --modern
82+
./opt/readies/bin/getgcc
8383
8484
setup-build-system:
8585
steps:

opt/system-setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ def common_first(self):
2626

2727
def debian_compat(self):
2828
self.run("%s/bin/enable-utf8" % READIES)
29-
self.run("%s/bin/getgcc" % READIES)
29+
self.run("%s/bin/getgcc --modern" % READIES)
3030
self.install("gawk")
3131
self.install("libssl-dev")
3232
self.install("python3-regex")

0 commit comments

Comments
 (0)