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

teller: fix build #266224

Merged
merged 1 commit into from Nov 8, 2023
Merged
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
teller: fix build
add HOME=$(mktemp -d) in checkPhase
  • Loading branch information
Rob committed Nov 8, 2023

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
commit 031f2f3ceef4426b5982c5cc6b46fe41873927da
1 change: 1 addition & 0 deletions pkgs/development/tools/teller/default.nix
Original file line number Diff line number Diff line change
@@ -19,6 +19,7 @@ buildGoModule {
# use make instead of default checks because e2e does not work with `buildGoDir`
checkPhase = ''
runHook preCheck
HOME="$(mktemp -d)"
# We do not set trimpath for tests, in case they reference test assets
export GOFLAGS=''${GOFLAGS//-trimpath/}