Skip to content

Commit 59c3417

Browse files
committed
Disable CI mode when checking default bootstrap profiles
1 parent 3dfb606 commit 59c3417

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: src/ci/docker/host-x86_64/mingw-check/check-default-config-profiles.sh

+2-1
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,6 @@ config_dir="../src/bootstrap/defaults"
88
# Loop through each configuration file in the directory
99
for config_file in "$config_dir"/*.toml;
1010
do
11-
python3 ../x.py check --config $config_file --dry-run
11+
# Disable CI mode, because it is not compatible with all profiles
12+
python3 ../x.py check --config $config_file --dry-run --ci=false
1213
done

0 commit comments

Comments
 (0)