Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency bazel to v7 - abandoned #2166

Open
wants to merge 23 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
11c58c6
Update GHC versions and repin
avdv Dec 4, 2024
28ead19
Fix nixpkgs GHC version
avdv Dec 5, 2024
fe1aa99
Update expected test values
avdv Dec 5, 2024
6a4fb94
Fix check for cabal setup_dep
avdv Dec 5, 2024
75c6a5c
Disable pkg-config flag for zlib in ghcide snapshot
avdv Dec 5, 2024
9c18125
Downgrade happy for stackage nightly on GHC 9.8.2
avdv Dec 12, 2024
163122c
Skip `//tests/haskell_module/dep-narrowing-th:lib` on Darwin with GHC…
avdv Dec 13, 2024
fc59d63
Update dependency bazel to v7
renovate[bot] Nov 18, 2024
2b7a43a
Use Bazel version 7.1.0 by default
avdv Nov 18, 2024
02b9559
Disable sandboxed exclusive tests
avdv Nov 19, 2024
4f082da
Set `requires_nix` tag on //tests/ghcWithPackages_2097:ghc_with_packa…
avdv Nov 19, 2024
b0e6522
Allow passing environment variables to `rules_haskell_integration_test`
avdv Nov 19, 2024
18ed57c
Pass `BAZEL_DO_NOT_DETECT_CPP_TOOLCHAIN=1` to ghc_with_packages_test
avdv Nov 19, 2024
590225b
Make .ghcide script compatible with Bazel 7
avdv Nov 19, 2024
d031e68
Work around invalid path problem on Windows
avdv Nov 22, 2024
4b5f99c
Add patch to rules_nixpkgs_core module
avdv Nov 22, 2024
7504573
Apply patch to rules_nixpkgs_core
avdv Nov 22, 2024
86d6868
fixup
avdv Nov 22, 2024
c198159
fixup
avdv Nov 22, 2024
89eff51
fixup add patch to distribution
avdv Nov 22, 2024
8c93a9d
Keep LF line endings in patch files
avdv Dec 3, 2024
9eb1e46
Add bazelignore patch for rules_nixpkgs_nodejs
avdv Dec 3, 2024
ddca565
Apply bazelignore patch to rules_nipxkgs_nodejs
avdv Dec 17, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Use Bazel version 7.1.0 by default
(this version is currently available in nixpkgs)
  • Loading branch information
avdv committed Dec 16, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
commit 2b7a43a92bd40719bad952f2df9684db1332ded6
2 changes: 1 addition & 1 deletion .bazelversion
Original file line number Diff line number Diff line change
@@ -1 +1 @@
7.4.1
7.1.0
2 changes: 1 addition & 1 deletion rules_haskell_tests/shell.nix
Original file line number Diff line number Diff line change
@@ -33,7 +33,7 @@ mkShell {
file
] ++ lib.optionals docTools [ graphviz python3Packages.sphinx zip unzip ];

packages = [ bazel_6 ];
packages = [ bazel_7 ];

shellHook = ''
# Add nix config flags to .bazelrc.local.
2 changes: 1 addition & 1 deletion shell.nix
Original file line number Diff line number Diff line change
@@ -42,7 +42,7 @@ mkShell {
++ lib.optionals docTools [ graphviz python3Packages.sphinx zip unzip ]
++ lib.optional stdenv.isDarwin macOS-security;

packages = [ bazel_6 ];
packages = [ bazel_7 ];

shellHook = ''
# Add nix config flags to .bazelrc.local.