Merge pull request #269865 from Stunkymonkey/grafana-agent-migrate-prefetch-yarn-deps

grafana-agent: migrate to prefetch-yarn-deps
This commit is contained in:
Nick Cao 2023-11-25 09:33:04 -05:00 committed by GitHub
commit 8e48a57b5b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,7 +2,7 @@
, buildGoModule
, fetchFromGitHub
, fetchYarnDeps
, fixup_yarn_lock
, prefetch-yarn-deps
, grafana-agent
, nixosTests
, nodejs
@ -43,7 +43,7 @@ buildGoModule rec {
"-X ${prefix}.BuildDate=1980-01-01T00:00:00Z"
];
nativeBuildInputs = [ fixup_yarn_lock nodejs yarn ];
nativeBuildInputs = [ prefetch-yarn-deps nodejs yarn ];
tags = [
"builtinassets"
@ -62,7 +62,7 @@ buildGoModule rec {
export HOME="$TMPDIR"
pushd web/ui
fixup_yarn_lock yarn.lock
fixup-yarn-lock yarn.lock
yarn config --offline set yarn-offline-mirror $frontendYarnOfflineCache
yarn install --offline --frozen-lockfile --ignore-platform --ignore-scripts --no-progress --non-interactive
patchShebangs node_modules