mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-04-20 15:35:55 -04:00
upgrade rules_nixpkgs and set std=c++14
This commit is contained in:
parent
e9ac844923
commit
a2f218fcd9
@ -13,7 +13,7 @@ bazel_dep(name = "rules_cc", version = "0.0.9")
|
||||
bazel_dep(name = "rules_go", version = "0.49.0", repo_name = "io_bazel_rules_go")
|
||||
bazel_dep(name = "rules_pkg", version = "0.10.1")
|
||||
bazel_dep(name = "rules_proto", version = "6.0.2")
|
||||
bazel_dep(name = "rules_python", version = "0.33.2")
|
||||
bazel_dep(name = "rules_python", version = "0.34.0")
|
||||
|
||||
bazel_dep(name = "buildifier_prebuilt", version = "6.4.0", dev_dependency = True)
|
||||
|
||||
|
2417
MODULE.bazel.lock
generated
2417
MODULE.bazel.lock
generated
File diff suppressed because it is too large
Load Diff
@ -168,6 +168,7 @@ nixpkgs_cc_configure(
|
||||
# TODO(malt3): Use clang once cc-wrapper path reset bug is fixed upstream.
|
||||
# attribute_path = "clang_11",
|
||||
repository = "@nixpkgs",
|
||||
cc_std = "c++14",
|
||||
)
|
||||
|
||||
nixpkgs_cc_configure(
|
||||
@ -190,6 +191,7 @@ nixpkgs_cc_configure(
|
||||
"@platforms//os:linux",
|
||||
"@rules_nixpkgs_core//constraints:support_nix",
|
||||
],
|
||||
cc_std = "c++14",
|
||||
)
|
||||
|
||||
register_toolchains(
|
||||
|
Loading…
x
Reference in New Issue
Block a user