We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 004dfbd commit 5650c87Copy full SHA for 5650c87
1 file changed
swift/third_party/load.bzl
@@ -5,6 +5,10 @@ load("//misc/bazel:lfs.bzl", "lfs_archive", "lfs_files")
5
6
_override = {
7
# these are used to test new artifacts. Must be empty before merging to main
8
+ "swift-prebuilt-macOS-swift-6.2.2-RELEASE-136.tar.zst": "4b5e8997a99155330871e146288a8947fa224ba05e54539c795f21c082c7a940",
9
+ "swift-prebuilt-Linux-swift-6.2.2-RELEASE-136.tar.zst": "b5efba3953668d02a15b74bcf637831be99824702cfd74ac8cf53b31d89a4f2a",
10
+ "resource-dir-macOS-swift-6.2.2-RELEASE-136.zip": "b5e4bfbfaf1c9bae0bff0580797803a05328c08fffee47de406a5fa6cd7e19c7",
11
+ "resource-dir-Linux-swift-6.2.2-RELEASE-136.zip": "9d2aa88f3f9e2ff181a9c9607f95804b959fb334947cf72c566666b3be98ff2e",
12
}
13
14
_staging_url = "https://github.com/dsp-testing/codeql-swift-artifacts/releases/download/staging-{}/{}"
0 commit comments