aboutsummaryrefslogtreecommitdiff
path: root/etc/guix-publish.service.in
diff options
context:
space:
mode:
authorMarius Bakke <mbakke@fastmail.com>2020-01-15 07:42:13 +0100
committerMarius Bakke <mbakke@fastmail.com>2020-01-24 20:44:30 +0100
commit1cc3971242fe28835b57e3e480c2336db04ca024 (patch)
tree996c696f5ad7abef64caf188212ba38fd7162eb0 /etc/guix-publish.service.in
parentb15d1c467fd5de9724c3a47c4d0d9c26246e8dc9 (diff)
downloadguix-1cc3971242fe28835b57e3e480c2336db04ca024.tar.gz
guix-1cc3971242fe28835b57e3e480c2336db04ca024.zip
gnu: boost: Fix build with Python 3.8.
* gnu/packages/boost.scm (boost)[arguments]: Drop "m" suffix of Python 3 header location.
Diffstat (limited to 'etc/guix-publish.service.in')
0 files changed, 0 insertions, 0 deletions
_FLAGS): Delete variables. (AM_TESTS_ENVIRONMENT): Set GUILE_AUTO_COMPILE to 0. * test-env.in: Silence guix-daemon. * doc/guix.texi (Running the Test Suite): Describe how to display the detailed results. Bug reports require only 'test-suite.log' file. * tests/base32.scm, tests/build-utils.scm, tests/builders.scm, tests/challenge.scm, tests/cpan.scm, tests/cpio.scm, tests/cran.scm, tests/cve.scm, tests/derivations.scm, tests/elpa.scm, tests/file-systems.scm, tests/gem.scm, tests/gexp.scm, tests/gnu-maintenance.scm, tests/grafts.scm, tests/graph.scm, tests/gremlin.scm, tests/hackage.scm, tests/hash.scm, tests/import-utils.scm, tests/lint.scm, tests/monads.scm, tests/nar.scm, tests/packages.scm, tests/pk-crypto.scm, tests/pki.scm, tests/profiles.scm, tests/publish.scm, tests/pypi.scm, tests/records.scm, tests/scripts-build.scm, tests/scripts.scm, tests/services.scm, tests/sets.scm, tests/size.scm, tests/snix.scm, tests/store.scm, tests/substitute.scm, tests/syscalls.scm, tests/system.scm, tests/ui.scm, tests/union.scm, tests/upstream.scm, tests/utils.scm: Don't exit at the end of test groups. * tests/containers.scm: Likewise. Use 'test-skip' instead of exiting with error code 77. Mathieu Lirzin