Skip to content

Commit

Permalink
Bump development environment (#686)
Browse files Browse the repository at this point in the history
Update the flake, adjust Bazel to 7.0.2 and regenerate LRE toolchains.
  • Loading branch information
aaronmondal authored Mar 2, 2024
1 parent b9029bb commit 0fd8b51
Show file tree
Hide file tree
Showing 8 changed files with 2,722 additions and 2,718 deletions.
2 changes: 1 addition & 1 deletion .bazelversion
Original file line number Diff line number Diff line change
@@ -1 +1 @@
7.0.0
7.0.2
42 changes: 21 additions & 21 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

38 changes: 19 additions & 19 deletions local-remote-execution/generated/cc/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -111,26 +111,26 @@ cc_toolchain_config(
coverage_link_flags = ["--coverage"],
cpu = "k8",
cxx_builtin_include_directories = [
"/nix/store/n6hailfmb1fndpdxpb8jm6fr3hrnrajw-clang-wrapper-17.0.6/resource-root/include",
"/nix/store/68qbq5jzwljpl0w6i1qj2l66k129l0ii-glibc-2.38-27-dev/include",
"/nix/store/n6hailfmb1fndpdxpb8jm6fr3hrnrajw-clang-wrapper-17.0.6/resource-root/share",
"/nix/store/25n9l2zappp5xd245dq9rn6266c95cr8-libcxx-17.0.6-dev/include/c++/v1",
"/nix/store/0hv481gp138dc4z6a6rbf2ps3fsqc5iw-libcxxabi-17.0.6-dev/include/c++/v1",
"/nix/store/flk5h48wz96bs21y6dmrl2mj06bwn9vj-clang-wrapper-17.0.6/resource-root/include",
"/nix/store/b0s2lkf593r3585038ws4jd3lylf2wdx-glibc-2.38-44-dev/include",
"/nix/store/flk5h48wz96bs21y6dmrl2mj06bwn9vj-clang-wrapper-17.0.6/resource-root/share",
"/nix/store/xbfjfxh1vn0r3kkkjg8vb1cx9k6wn7kh-libcxx-17.0.6-dev/include/c++/v1",
"/nix/store/x3rf334c0vyyav3v3hn4n9si8bpap10d-libcxxabi-17.0.6-dev/include/c++/v1",
"/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk",
],
cxx_flags = ["-std=c++14"],
dbg_compile_flags = ["-g"],
host_system_name = "x86_64-unknown-linux-gnu",
link_flags = [
"-B/nix/store/d26sh1qib07cwb68zgqg0c9qg4hlphfq-customClang/bin",
"-B/nix/store/lq13hr5ljc61j6pf6ng8ip1g9j8p42x0-binutils-wrapper-2.40/bin",
"-Wl,-no-as-needed",
"-Wl,-z,relro,-z,now",
"-B/nix/store/3pdbqdvd89wvidk5xr2laqrw1nj27cz7-customClang/bin",
"-B/nix/store/qx7yfnblqvdac3n87655lv9dh4dbk2pp-binutils-wrapper-2.40/bin",
"-L/nix/store/ifbprn6dicqd77dm2yxw3scd46kam7ps-libcxx-17.0.6/lib",
"-L/nix/store/9mqiiq5ykhk9saaffgqgf4x9z7394s35-libcxxabi-17.0.6/lib",
"-L/nix/store/d7zqln24v7bhldcqf65216c8vwsvj8by-libunwind-17.0.6/lib",
"-L/nix/store/2ihfbfxbbvldj4vcj9c7yab0f29hdvq5-libcxx-17.0.6/lib",
"-L/nix/store/2iwlsp46wk2xyybw4sbn6fmvrwlv00nz-libcxxabi-17.0.6/lib",
"-L/nix/store/i9pz978lmlgkkq8gj0m2194jrl83r93r-libunwind-17.0.6/lib",
"-lc++",
"-Wl,-rpath,/nix/store/ifbprn6dicqd77dm2yxw3scd46kam7ps-libcxx-17.0.6/lib,-rpath,/nix/store/9mqiiq5ykhk9saaffgqgf4x9z7394s35-libcxxabi-17.0.6/lib,-rpath,/nix/store/d7zqln24v7bhldcqf65216c8vwsvj8by-libunwind-17.0.6/lib,-rpath,/nix/store/p3jshbwxiwifm1py0yq544fmdyy98j8a-glibc-2.38-27/lib",
"-Wl,-rpath,/nix/store/2ihfbfxbbvldj4vcj9c7yab0f29hdvq5-libcxx-17.0.6/lib,-rpath,/nix/store/2iwlsp46wk2xyybw4sbn6fmvrwlv00nz-libcxxabi-17.0.6/lib,-rpath,/nix/store/i9pz978lmlgkkq8gj0m2194jrl83r93r-libunwind-17.0.6/lib,-rpath,/nix/store/8mc30d49ghc8m5z96yz39srlhg5s9sjj-glibc-2.38-44/lib",
],
link_libs = [
"-Wl,--push-state,-as-needed",
Expand All @@ -153,18 +153,18 @@ cc_toolchain_config(
target_libc = "glibc_2.35",
target_system_name = "local",
tool_paths = {
"ar": "/nix/store/qx7yfnblqvdac3n87655lv9dh4dbk2pp-binutils-wrapper-2.40/bin/ar",
"ld": "/nix/store/qx7yfnblqvdac3n87655lv9dh4dbk2pp-binutils-wrapper-2.40/bin/ld",
"ar": "/nix/store/lq13hr5ljc61j6pf6ng8ip1g9j8p42x0-binutils-wrapper-2.40/bin/ar",
"ld": "/nix/store/lq13hr5ljc61j6pf6ng8ip1g9j8p42x0-binutils-wrapper-2.40/bin/ld",
"llvm-cov": "None",
"llvm-profdata": "None",
"cpp": "/usr/bin/cpp",
"gcc": "/nix/store/3pdbqdvd89wvidk5xr2laqrw1nj27cz7-customClang/bin/customClang",
"dwp": "/nix/store/qx7yfnblqvdac3n87655lv9dh4dbk2pp-binutils-wrapper-2.40/bin/dwp",
"gcc": "/nix/store/d26sh1qib07cwb68zgqg0c9qg4hlphfq-customClang/bin/customClang",
"dwp": "/nix/store/lq13hr5ljc61j6pf6ng8ip1g9j8p42x0-binutils-wrapper-2.40/bin/dwp",
"gcov": "None",
"nm": "/nix/store/qx7yfnblqvdac3n87655lv9dh4dbk2pp-binutils-wrapper-2.40/bin/nm",
"objcopy": "/nix/store/qx7yfnblqvdac3n87655lv9dh4dbk2pp-binutils-wrapper-2.40/bin/objcopy",
"objdump": "/nix/store/qx7yfnblqvdac3n87655lv9dh4dbk2pp-binutils-wrapper-2.40/bin/objdump",
"strip": "/nix/store/qx7yfnblqvdac3n87655lv9dh4dbk2pp-binutils-wrapper-2.40/bin/strip",
"nm": "/nix/store/lq13hr5ljc61j6pf6ng8ip1g9j8p42x0-binutils-wrapper-2.40/bin/nm",
"objcopy": "/nix/store/lq13hr5ljc61j6pf6ng8ip1g9j8p42x0-binutils-wrapper-2.40/bin/objcopy",
"objdump": "/nix/store/lq13hr5ljc61j6pf6ng8ip1g9j8p42x0-binutils-wrapper-2.40/bin/objdump",
"strip": "/nix/store/lq13hr5ljc61j6pf6ng8ip1g9j8p42x0-binutils-wrapper-2.40/bin/strip",
},
toolchain_identifier = "local",
unfiltered_compile_flags = [
Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
This file is generated by cc_configure and contains builtin include directories
that /nix/store/3pdbqdvd89wvidk5xr2laqrw1nj27cz7-customClang/bin/customClang reported. This file is a dependency of every compilation action and
that /nix/store/d26sh1qib07cwb68zgqg0c9qg4hlphfq-customClang/bin/customClang reported. This file is a dependency of every compilation action and
changes to it will be reflected in the action cache key. When some of these
paths change, Bazel will make sure to rerun the action, even though none of
declared action inputs or the action commandline changes.

/nix/store/n6hailfmb1fndpdxpb8jm6fr3hrnrajw-clang-wrapper-17.0.6/resource-root/include
/nix/store/68qbq5jzwljpl0w6i1qj2l66k129l0ii-glibc-2.38-27-dev/include
/nix/store/n6hailfmb1fndpdxpb8jm6fr3hrnrajw-clang-wrapper-17.0.6/resource-root/share
/nix/store/25n9l2zappp5xd245dq9rn6266c95cr8-libcxx-17.0.6-dev/include/c++/v1
/nix/store/0hv481gp138dc4z6a6rbf2ps3fsqc5iw-libcxxabi-17.0.6-dev/include/c++/v1
/nix/store/flk5h48wz96bs21y6dmrl2mj06bwn9vj-clang-wrapper-17.0.6/resource-root/include
/nix/store/b0s2lkf593r3585038ws4jd3lylf2wdx-glibc-2.38-44-dev/include
/nix/store/flk5h48wz96bs21y6dmrl2mj06bwn9vj-clang-wrapper-17.0.6/resource-root/share
/nix/store/xbfjfxh1vn0r3kkkjg8vb1cx9k6wn7kh-libcxx-17.0.6-dev/include/c++/v1
/nix/store/x3rf334c0vyyav3v3hn4n9si8bpap10d-libcxxabi-17.0.6-dev/include/c++/v1
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk
4 changes: 2 additions & 2 deletions local-remote-execution/generated/cc/cc_wrapper.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/nix/store/sjmg30gccfmiri83vlcwdixcb40pxbfk-bash/bin/bash
#!/nix/store/xqi8qarda5vwn2zcp2yapqchnsi7mmax-bash/bin/bash
#
# Copyright 2015 The Bazel Authors. All rights reserved.
#
Expand All @@ -22,4 +22,4 @@ set -eu


# Call the C++ compiler
/nix/store/3pdbqdvd89wvidk5xr2laqrw1nj27cz7-customClang/bin/customClang "$@"
/nix/store/d26sh1qib07cwb68zgqg0c9qg4hlphfq-customClang/bin/customClang "$@"
Loading

0 comments on commit 0fd8b51

Please sign in to comment.