aboutsummaryrefslogtreecommitdiff
path: root/tests/crate.scm
diff options
context:
space:
mode:
authorVagrant Cascadian <vagrant@reproducible-builds.org>2022-04-08 15:22:44 -0700
committerVagrant Cascadian <vagrant@debian.org>2022-04-08 15:32:31 -0700
commit55b5ad2eeb88af6a5598fe6bcecf0066152b7513 (patch)
treed0cdd6e4311de284687e638cb8205b5dd637994a /tests/crate.scm
parent0996d48d0e79a360e0d5583b812cd565f62ca32e (diff)
downloadguix-55b5ad2eeb88af6a5598fe6bcecf0066152b7513.tar.gz
guix-55b5ad2eeb88af6a5598fe6bcecf0066152b7513.zip
gnu: diffoscope: Update to 209.
* gnu/packages/diffoscope.scm (diffoscope): Update to 209.
Diffstat (limited to 'tests/crate.scm')
0 files changed, 0 insertions, 0 deletions
n class='msg-tooltip'>* guix/build/gremlin.scm (file-dynamic-info, file-runpath, file-needed): New procedures. (&missing-runpath-error, &runpath-too-long-error): New condition types. (set-file-runpath): New procedure. * tests/gremlin.scm ("set-file-runpath + file-runpath"): New test. Ludovic Courtès 2019-05-18gremlin: Adjust tests for foreign distros....Fixes <https://bugs.gnu.org/35775>. * tests/gremlin.scm ("elf-dynamic-info-needed, executable"): Expect only libguile and libc among NEEDED. ("strip-runpath"): Pass '--enable-new-dtags' to get RUNPATH, not RPATH. Ting-Wei Lan 2018-08-25Merge branch 'staging' into core-updatesMarius Bakke 2018-08-21gremlin: 'elf-dynamic-info-needed' test is no longer skipped....* tests/gremlin.scm (%guile-executable): Use /proc/self/exe instead of (command-line). For a while now, the first element of (command-line) was "./build-aux/test-driver.scm"; consequently the test was always skipped. Ludovic Courtès 2018-05-07gremlin: Add 'strip-runpath'....* guix/build/gremlin.scm (strip-runpath): New procedure. * tests/gremlin.scm (c-compiler): New variable. ("strip-runpath"): New test. Ludovic Courtès