Skip to content

Commit a1f5b5d

Browse files
Use clang on non-macOS platforms
1 parent 3c3b4c3 commit a1f5b5d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

modules/rules_swift/1.2.0/presubmit.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ tasks:
88
verify_targets:
99
name: Verify build targets
1010
platform: ${{ platform }}
11+
environment:
12+
CC: "clang"
1113
build_targets:
1214
- "@rules_swift//examples/xplatform/..."
1315
verify_targets_macos:

0 commit comments

Comments
 (0)