Merge pull request #295531 from codedownio/fix-julia-artifact-env-vars

julia.withPackages: fix artifact builds by removing extraneous env-vars
This commit is contained in:
Nick Cao 2024-03-14 13:42:05 -04:00 committed by GitHub
commit e4d4152208
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -79,6 +79,10 @@ def get_archive_derivation(uuid, artifact_name, url, sha256):
url = "{url}";
sha256 = "{sha256}";
}};
preUnpack = ''
mkdir unpacked
cd unpacked
'';
sourceRoot = ".";
dontConfigure = true;
dontBuild = true;