--- a/testsuite/tests/driver/recomp015/Makefile 2024-01-13 16:22:42.643106725 +0100 +++ b/testsuite/tests/driver/recomp015/Makefile 2024-01-13 16:23:18.406867917 +0100 @@ -26,6 +26,7 @@ # number of sections) '$(TEST_HC)' $(TEST_HC_OPTS) Generate.hs ./Generate > ManySections.s + echo '.section .note.GNU-stack,"",@progbits' > ManySections.s echo 'main = putStrLn "Running main..."' > Main.hs '$(TEST_HC)' $(TEST_HC_OPTS) -c ManySections.s '$(TEST_HC)' $(TEST_HC_OPTS) --make -O Main.hs ManySections.o /'>guix
Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/services/ci.scm
AgeCommit message (Expand)Author
2023-12-28services: laminar: Add configuration option for supplementary groups....* gnu/services/ci (<laminar-configuration>)[supplemental-groups]: New field. (laminar-shepherd-service): Exec laminard with supplementary groups. (laminar-account): Add supplementary groups to laminar user. * doc/guix.texi (Laminar): Document new configuration field. Change-Id: Iebfdbb58ea8c6dfa22bb8f64f6463e3ad133d2f9 David Thompson
2022-01-11services: laminar: Set LAMINAR_BIND_RPC environment variable....Earlier, the bind-rpc field of <laminar-configuration> was not used at all. This was a bug. * gnu/services/ci.scm (laminar-shepherd-service): Use bind-rpc to set LAMINAR_BIND_RPC environment variable. Arun Isaac