Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
2 changes: 1 addition & 1 deletion ci/OWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@ pkgs/development/python-modules/buildcatrust/ @ajs124 @lukegb @mweinelt
/pkgs/development/compilers/idris2 @mattpolzin

# Bazel
/pkgs/development/tools/build-managers/bazel @Profpatsch
/pkgs/by-name/ba/bazel_7 @Profpatsch

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You can add yourself too @boltzmannrain as I see you support Bazel a lot in Nixpkgs. CC also @layus


# NixOS modules for e-mail and dns services
/nixos/modules/services/mail/mailman.nix @peti
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -369,21 +369,21 @@ stdenv.mkDerivation rec {
# On Darwin, the last argument to gcc is coming up as an empty string. i.e: ''
# This is breaking the build of any C target. This patch removes the last
# argument if it's found to be an empty string.
../trim-last-argument-to-gcc-if-empty.patch
./trim-last-argument-to-gcc-if-empty.patch

# --experimental_strict_action_env (which may one day become the default
# see bazelbuild/bazel#2574) hardcodes the default
# action environment to a non hermetic value (e.g. "/usr/local/bin").
# This is non hermetic on non-nixos systems. On NixOS, bazel cannot find the required binaries.
# So we are replacing this bazel paths by defaultShellPath,
# improving hermeticity and making it work in nixos.
(replaceVars ../strict_action_env.patch {
(replaceVars ./strict_action_env.patch {
strictActionEnvPatch = defaultShellPath;
})

# bazel reads its system bazelrc in /etc
# override this path to a builtin one
(replaceVars ../bazel_rc.patch {
(replaceVars ./bazel_rc.patch {
bazelSystemBazelRCPath = bazelRC;
})
]
Expand Down
7 changes: 0 additions & 7 deletions pkgs/development/tools/build-managers/bazel/README.md

This file was deleted.

52 changes: 0 additions & 52 deletions pkgs/development/tools/build-managers/bazel/bash-tools-test.nix

This file was deleted.

62 changes: 0 additions & 62 deletions pkgs/development/tools/build-managers/bazel/cpp-test.nix

This file was deleted.

73 changes: 0 additions & 73 deletions pkgs/development/tools/build-managers/bazel/java-test.nix

This file was deleted.

Loading
Loading