File tree Expand file tree Collapse file tree 3 files changed +14
-1
lines changed Expand file tree Collapse file tree 3 files changed +14
-1
lines changed Original file line number Diff line number Diff line change 1- 7.0 .2
1+ 7.6 .2
Original file line number Diff line number Diff line change 2525 with :
2626 api_breakage_check_enabled : false # https://github.com/swiftlang/swift-syntax/issues/3010
2727 docs_check_additional_arguments : " --disable-parameters-and-returns-validation"
28+ bazel_build :
29+ name : Bazel Build
30+ runs-on : ubuntu-latest
31+ steps :
32+ - name : Update environment
33+ run : |
34+ echo "/usr/share/swift/usr/bin" >> $GITHUB_PATH
35+ echo "CC=clang" >> $GITHUB_ENV
36+ - name : Build with Bazel
37+ run : bazel build //...
38+
2839 verify_source_code :
2940 name : Validate generated code
3041 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change @@ -208,6 +208,7 @@ swift_syntax_library(
208208swift_syntax_test (
209209 name = "SwiftRefactorTest" ,
210210 deps = [
211+ ":SwiftIDEUtils" ,
211212 ":SwiftRefactor" ,
212213 ":_SwiftSyntaxTestSupport" ,
213214 ],
@@ -317,6 +318,7 @@ swift_syntax_library(
317318 name = "SwiftSyntaxMacros" ,
318319 deps = [
319320 ":SwiftDiagnostics" ,
321+ ":SwiftIfConfig" ,
320322 ":SwiftParser" ,
321323 ":SwiftSyntax" ,
322324 ":SwiftSyntaxBuilder" ,
You can’t perform that action at this time.
0 commit comments