Skip to content

Commit

Permalink
chore: update toolchains
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbatashev committed Jan 1, 2024
1 parent 96a29bc commit e5d5eed
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions cpp/repositories.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -6,20 +6,20 @@ load(
_llvm_x64_linux = {
"17.0.6": {
"urls": [
"https://github.com/alexbatashev/rules_cpp/releases/download/llvmorg-17.0.6-4de414fea4aa1fef231c037044df08d7138fa14e/llvmorg-17.0.6-linux-x86_64.tar.zst",
"https://github.com/alexbatashev/rules_cpp/releases/download/llvmorg-17.0.6-31a6a2ac5144effba2c8bd42950c994ba54230ae/llvmorg-17.0.6-linux-x86_64.tar.zst",
],
"strip_prefix": "llvmorg-17.0.6-linux-x86_64",
"sha256": "54bf5ac76cf79491282a2318999d4bfc648d5b7da7341294c271c1c43151e2c4",
"sha256": "a9f735bf262c2fd4805e3f66ee58ed5a7725978da7294d6654809a964f92ac82",
},
}

_llvm_x64_darwin = {
"17.0.6": {
"urls": [
"https://github.com/alexbatashev/rules_cpp/releases/download/llvmorg-17.0.6-4de414fea4aa1fef231c037044df08d7138fa14e/llvmorg-17.0.6-macos-x86_64.tar.zst",
"https://github.com/alexbatashev/rules_cpp/releases/download/llvmorg-17.0.6-31a6a2ac5144effba2c8bd42950c994ba54230ae/llvmorg-17.0.6-macos-x86_64.tar.zst",
],
"strip_prefix": "llvmorg-17.0.6-macos-x86_64",
"sha256": "6f3ac3ef9d69b43fc93d01caef3f3fb2e9a5b742da775442970ad45a28ec0e50",
"sha256": "f1d43ad89e6bcd5afe9cdbdd34e66f3301cccd00e82d3ae722092e1e04486902",
},
}

Expand Down

0 comments on commit e5d5eed

Please sign in to comment.