File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11load ("@bazel_tools//tools/build_defs/repo:http.bzl" , "http_archive" )
22load ("@bazel_tools//tools/build_defs/repo:utils.bzl" , "maybe" )
33
4- _swift_prebuilt_version = "swift-5.6 -RELEASE.42271.54 "
4+ _swift_prebuilt_version = "swift-5.7 -RELEASE.43809.66 "
55_swift_sha_map = {
6- "linux" : "92b26fbbc45f812b0581385cc81470ab636fed9cff460052aa2173de765ddef4 " ,
7- "macos-x86_64" : "b24f609c7868c1709e1e552e3b394664014e6a7f1e097522db80deb359bbcd2f " ,
6+ "linux" : "8c6480ed4b38bf46d2e55a97f08c38ae183bfeb68649f98193b7540b04428741 " ,
7+ "macos-x86_64" : "ab103774b384a7f3f01c0d876699cae6afafe6cf2ee458b77b9aac6e08e4ca4d " ,
88}
99
1010_swift_arch_map = {
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ cc_library(
1212 "libCodeQLSwiftFrontendTool.dylib",
1313 ],
1414 }),
15- hdrs = glob(["include/**/*"]),
15+ hdrs = glob(["include/**/*", "stdlib/**/*" ]),
1616 linkopts = [
1717 "-lm",
1818 "-lz",
@@ -25,7 +25,7 @@ cc_library(
2525 ],
2626 "//conditions:default": [],
2727 }),
28- strip_include_prefix = "include",
28+ includes = [ "include" ] ,
2929 visibility = ["//visibility:public"],
3030)
3131
You can’t perform that action at this time.
0 commit comments