File tree Expand file tree Collapse file tree 2 files changed +11
-9
lines changed Expand file tree Collapse file tree 2 files changed +11
-9
lines changed Original file line number Diff line number Diff line change 1
1
load ("@bazel_tools//tools/build_defs/repo:http.bzl" , "http_archive" )
2
2
load ("@bazel_tools//tools/build_defs/repo:utils.bzl" , "maybe" )
3
3
4
- _swift_prebuilt_version = "swift-5.7-RELEASE.43809.66 "
4
+ _swift_prebuilt_version = "swift-5.7.1 -RELEASE.44356.85 "
5
5
_swift_sha_map = {
6
- "linux " : "8c6480ed4b38bf46d2e55a97f08c38ae183bfeb68649f98193b7540b04428741 " ,
7
- "macos-x86_64 " : "ab103774b384a7f3f01c0d876699cae6afafe6cf2ee458b77b9aac6e08e4ca4d " ,
6
+ "Linux-X64 " : "c9f17e13cac89f097aaaa65b1bc32aac566c8e4f3b68fc18e970cc3ee31f4913 " ,
7
+ "macOS-X64 " : "638ac0552e9e1ccee9e276525d1ea9454256feec20bc778efa8856fd6e506987 " ,
8
8
}
9
9
10
10
_swift_arch_map = {
11
- "linux " : "linux" ,
12
- "macos-x86_64 " : "darwin_x86_64" ,
11
+ "Linux-X64 " : "linux" ,
12
+ "macOS-X64 " : "darwin_x86_64" ,
13
13
}
14
14
15
15
def codeql_workspace (repository_name = "codeql" ):
Original file line number Diff line number Diff line change 1
1
| file://:0:0:0:0 | Foo | 0 | file://:0:0:0:0 | Swift |
2
- | file://:0:0:0:0 | Foo | 1 | file://:0:0:0:0 | _Concurrency |
3
- | file://:0:0:0:0 | Foo | 2 | file://:0:0:0:0 | SwiftOnoneSupport |
2
+ | file://:0:0:0:0 | Foo | 1 | file://:0:0:0:0 | _StringProcessing |
3
+ | file://:0:0:0:0 | Foo | 2 | file://:0:0:0:0 | _Concurrency |
4
+ | file://:0:0:0:0 | Foo | 3 | file://:0:0:0:0 | SwiftOnoneSupport |
4
5
| file://:0:0:0:0 | __ObjC | 0 | file://:0:0:0:0 | Swift |
5
6
| file://:0:0:0:0 | default_module_name | 0 | file://:0:0:0:0 | Swift |
6
- | file://:0:0:0:0 | default_module_name | 1 | file://:0:0:0:0 | _Concurrency |
7
- | file://:0:0:0:0 | default_module_name | 2 | file://:0:0:0:0 | SwiftOnoneSupport |
7
+ | file://:0:0:0:0 | default_module_name | 1 | file://:0:0:0:0 | _StringProcessing |
8
+ | file://:0:0:0:0 | default_module_name | 2 | file://:0:0:0:0 | _Concurrency |
9
+ | file://:0:0:0:0 | default_module_name | 3 | file://:0:0:0:0 | SwiftOnoneSupport |
You can’t perform that action at this time.
0 commit comments