We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9bc483e commit 16c6967Copy full SHA for 16c6967
.circleci/config.yml
@@ -79,7 +79,7 @@ commands:
79
command: |
80
git submodule update --init opt/readies
81
./opt/readies/bin/getpy3
82
- ./opt/readies/bin/getgcc --modern
+ ./opt/readies/bin/getgcc
83
84
setup-build-system:
85
steps:
opt/system-setup.py
@@ -26,7 +26,7 @@ def common_first(self):
26
27
def debian_compat(self):
28
self.run("%s/bin/enable-utf8" % READIES)
29
- self.run("%s/bin/getgcc" % READIES)
+ self.run("%s/bin/getgcc --modern" % READIES)
30
self.install("gawk")
31
self.install("libssl-dev")
32
self.install("python3-regex")
0 commit comments