upgrade rules_nixpkgs and set std=c++14

This commit is contained in:
Markus Rudy 2024-08-09 09:49:25 +02:00 committed by Daniel Weiße
parent e9ac844923
commit a2f218fcd9
No known key found for this signature in database
GPG Key ID: 7DD3015F3DDE4B9C
3 changed files with 50 additions and 2371 deletions

View File

@ -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

File diff suppressed because it is too large Load Diff

View File

@ -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(