Skip to content

Commit

Permalink
[ci] dont patch elf for VCS result
Browse files Browse the repository at this point in the history
  • Loading branch information
sequencer committed Aug 6, 2024
1 parent b6daf85 commit 2ff8446
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/make-emu-result.nix
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ let
passthru.with-vcs = self.overrideAttrs (old: {
name = old.name + "-with-vcs";
__noChroot = true;
dontPatchELF = true;

buildPhase = ''
runHook preBuild
Expand Down Expand Up @@ -143,6 +144,7 @@ let
passthru.with-vcs-trace = self.overrideAttrs (old: {
name = old.name + "-with-vcs-trace";
__noChroot = true;
dontPatchELF = true;
buildPhase = ''
runHook preBuild
Expand Down

0 comments on commit 2ff8446

Please sign in to comment.