Skip to content

Commit ca1e304

Browse files
committed
Merge branch 'main' of https://github.com/compiler-explorer/infra into main
2 parents b8c8a53 + 1d1dc79 commit ca1e304

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

update_compilers/common.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ if install_nightly; then
5050
fi
5151

5252
ce_install() {
53-
"${SCRIPT_DIR}/../bin/ce_install" ${CE_INSTALL_ARG} install "$@"
53+
"${SCRIPT_DIR}/../bin/ce_install" ${CE_INSTALL_ARG} --check-user nobody install "$@"
5454
}
5555

5656
ce_squash() {

update_compilers/install_compilers.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ else
1515
echo "Skipping install of nightly compilers"
1616
fi
1717

18-
ce_install --check-user nobody compilers
18+
ce_install compilers
1919

2020
# at some point, we'll want to do this:
2121
#ce_squash compilers

0 commit comments

Comments
 (0)