Skip to content
Snippets Groups Projects
Commit 82476838 authored by stuebinm's avatar stuebinm
Browse files

guix pack: produce relocatable output

parent 9398ffdd
No related branches found
No related tags found
No related merge requests found
Pipeline #7873 canceled
......@@ -5,8 +5,8 @@ stages:
build-job:
stage: build
script:
- guix pack -m manifest.scm -f tarball -S /bin=bin || true
script:
- cp $(guix pack -m manifest.scm -f tarball -S /bin=bin --relocatable --relocatable) walint.tar
artifacts:
paths:
- /var/log/guix/drvs
- walint.tar
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment