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.
2 parents b8c8a53 + 1d1dc79 commit ca1e304Copy full SHA for ca1e304
update_compilers/common.inc
@@ -50,7 +50,7 @@ if install_nightly; then
50
fi
51
52
ce_install() {
53
- "${SCRIPT_DIR}/../bin/ce_install" ${CE_INSTALL_ARG} install "$@"
+ "${SCRIPT_DIR}/../bin/ce_install" ${CE_INSTALL_ARG} --check-user nobody install "$@"
54
}
55
56
ce_squash() {
update_compilers/install_compilers.sh
@@ -15,7 +15,7 @@ else
15
echo "Skipping install of nightly compilers"
16
17
18
-ce_install --check-user nobody compilers
+ce_install compilers
19
20
# at some point, we'll want to do this:
21
#ce_squash compilers
0 commit comments