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 f53acd1 commit e288faaCopy full SHA for e288faa
src/ci/docker/host-x86_64/mingw-check/check-default-config-profiles.sh
@@ -8,5 +8,6 @@ config_dir="../src/bootstrap/defaults"
8
# Loop through each configuration file in the directory
9
for config_file in "$config_dir"/*.toml;
10
do
11
- python3 ../x.py check --config $config_file --dry-run
+ # Disable CI mode, because it is not compatible with all profiles
12
+ python3 ../x.py check --config $config_file --dry-run --ci=false
13
done
0 commit comments