Add layering_check flag

This commit is contained in:
Calum Grant
2024-03-27 10:59:55 +00:00
parent dcd8589967
commit 2991069649

View File

@@ -68,8 +68,7 @@ jobs:
- name: "Build Swift extractor using Bazel"
run: |
bazel clean --expunge
bazel run //swift:create-extractor-pack --verbose_failures
# --nouse_action_cache --noremote_accept_cached --noremote_upload_local_results --spawn_strategy=local
bazel run //swift:create-extractor-pack --nouse_action_cache --noremote_accept_cached --noremote_upload_local_results --spawn_strategy=local --features=-layering_check
bazel shutdown
- name: Perform CodeQL Analysis