File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 9797 run : |
9898 mkdir -p ~/repo-cache ~/disk-cache
9999 echo common --repo_env=BAZEL_USE_CPP_ONLY_TOOLCHAIN=1 > .bazelrc.local
100- echo common --repo_env=BAZEL_DO_NOT_DETECT_CPP_TOOLCHAIN=1 >> .bazelrc.local
101- echo common --incompatible_enable_cc_toolchain_resolution >> .bazelrc.local
102100 echo common --toolchain_resolution_debug=cc >> .bazelrc.local
103- echo build --crosstool_top=@nixpkgs_config_cc//:toolchain >> .bazelrc.local
104101
105102 - name : Clean stack caches
106103 run : rm -rf ~/.stack
Original file line number Diff line number Diff line change @@ -48,15 +48,9 @@ nixpkgs_local_repository(
4848load (
4949 "@io_tweag_rules_nixpkgs//nixpkgs:nixpkgs.bzl" ,
5050 "nixpkgs_package" ,
51- "nixpkgs_cc_configure" ,
5251 "nixpkgs_python_configure" ,
5352)
5453
55- nixpkgs_cc_configure (
56- name = "nixpkgs_config_cc" ,
57- repository = "@rules_haskell//nixpkgs:default.nix" ,
58- )
59-
6054nixpkgs_python_configure (repository = "@nixpkgs" )
6155
6256load ("@rules_haskell//haskell:cabal.bzl" , "stack_snapshot" )
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ mkShell {
1313 LANG = "C.UTF-8" ;
1414
1515 buildInputs = [
16- bazel_6
16+ bazel_7
1717 git
1818 gnused
1919 nix
You can’t perform that action at this time.
0 commit comments