Unverified Commit 257f9de9 authored by Artturi's avatar Artturi Committed by GitHub
Browse files

Merge pull request #211574 from Artturin/remacreintol

treewide: remove accidentally introduced -l
parents f067668c e59b23d0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -18,7 +18,7 @@ import ./make-test-python.nix ({ pkgs, ... }: {
          buildPhase = ''
            runHook preBuild
            # just build the static lib we need for the go test binary
            make $makeFlags ''${enableParallelBuilding:+-j$NIX_BUILD_CORES -l$NIX_BUILD_CORES} bpf-core ./dist/btfhub
            make $makeFlags ''${enableParallelBuilding:+-j$NIX_BUILD_CORES} bpf-core ./dist/btfhub

            # remove the /usr/bin prefix to work with the patch above
            substituteInPlace tests/integration/integration_test.go \
+1 −1
Original line number Diff line number Diff line
@@ -59,7 +59,7 @@ buildPythonPackage rec {
  # pkgs/development/interpreters/python/hooks/pip-build-hook.sh
  # does not use the enableParallelBuilding flag
  postUnpack = ''
    export MAKEFLAGS+=" -j$NIX_BUILD_CORES -l$NIX_BUILD_CORES"
    export MAKEFLAGS+=" -j$NIX_BUILD_CORES"
  '';

  outputs = [ "out" "dev" ];
+1 −1
Original line number Diff line number Diff line
@@ -40,7 +40,7 @@ buildPythonPackage rec {
  # pkgs/development/interpreters/python/hooks/pip-build-hook.sh
  # does not use the enableParallelBuilding flag
  postUnpack = ''
    export MAKEFLAGS+=" -j$NIX_BUILD_CORES -l$NIX_BUILD_CORES"
    export MAKEFLAGS+=" -j$NIX_BUILD_CORES"
  '';

  outputs = [ "out" "dev" ];