@@ -2,31 +2,6 @@ workspace(name = "ecsact_lang_csharp")
22
33load ("@bazel_tools//tools/build_defs/repo:http.bzl" , "http_archive" )
44
5- http_archive (
6- name = "ecsact_runtime" ,
7- sha256 = "219ce161deeb4865d3c190eac300dd257671e2b2ca0ec8752091506ccfa554a2" ,
8- strip_prefix = "ecsact_runtime-5cbf7257d7cbc42762d22e7604bc5bc0efb837fe" ,
9- url = "https://github.com/ecsact-dev/ecsact_runtime/archive/5cbf7257d7cbc42762d22e7604bc5bc0efb837fe.zip" ,
10- )
11-
12- http_archive (
13- name = "boost" ,
14- sha256 = "c41441a6e9f8038ad626e9f937ddc3675ab896b6c3512eefc6840037b3816d03" ,
15- strip_prefix = "boost-563e8e0de4eac4b48a02d296581dc2454127608e" ,
16- urls = ["https://github.com/bazelboost/boost/archive/563e8e0de4eac4b48a02d296581dc2454127608e.zip" ],
17- )
18-
19- load ("@boost//:index.bzl" , "boost_http_archives" )
20-
21- boost_http_archives ()
22-
23- http_archive (
24- name = "com_google_googletest" ,
25- sha256 = "41c14a5a4887125fe329235f00c5f92660f245b91bb8dde7c59f9a2540fdec28" ,
26- strip_prefix = "googletest-40412d85124f7c6f3d88454583c4633e5e10fc8c" ,
27- url = "https://github.com/google/googletest/archive/40412d85124f7c6f3d88454583c4633e5e10fc8c.zip" ,
28- )
29-
305http_archive (
316 name = "hedron_compile_commands" ,
327 sha256 = "ed5aea1dc87856aa2029cb6940a51511557c5cac3dbbcb05a4abd989862c36b4" ,
@@ -53,9 +28,7 @@ load("@com_grail_bazel_toolchain//toolchain:rules.bzl", "llvm_toolchain")
5328
5429llvm_toolchain (
5530 name = "llvm_toolchain" ,
56- cxx_standard = {"linux" : "c++20" },
57- distribution = "clang+llvm-15.0.6-x86_64-linux-gnu-ubuntu-18.04.tar.xz" ,
58- llvm_version = "15.0.6" ,
31+ llvm_version = "16.0.4" ,
5932)
6033
6134load ("@llvm_toolchain//:toolchains.bzl" , "llvm_register_toolchains" )
0 commit comments