summaryrefslogtreecommitdiff
path: root/build-aux
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into core-updatesMark H Weaver2018-02-161-3/+4
|\
| * pull: Update the %sbindir variable in (guix config) when building.•••Fixes <https://bugs.gnu.org/30370>. * build-aux/build-self.scm (guix): New variable. (builder): Use it. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Diego Nicola Barbato2018-02-151-3/+4
* | Merge branch 'master' into core-updatesMarius Bakke2018-02-011-15/+32
|\|
| * hydra: Fix up arm qemu job.•••* build-aux/hydra/gnu-system.scm (qemu-jobs): Fix up arm qemu job. Follow-up to 44b0303762f58badd9b9f8f1145e54b76b9d19d2. Danny Milosavljevic2018-01-291-1/+1
| * hydra: Only build the "flash image" on arm.•••* build-aux/hydra/gnu-system.scm (qemu-jobs): Only build the "flash image" on arm. Danny Milosavljevic2018-01-291-22/+26
| * hydra: Work around import problem.•••* build-aux/hydra/gnu-system.scm: qemu-jobs: Work around import problem. Follow-up to 1fe805b290f26db477bcd49be91af54f6c5d061f. Danny Milosavljevic2018-01-291-1/+1
| * hydra: Add (gnu bootloader) import.•••* build-aux/hydra/gnu-system.scm: Add (gnu bootloader) import. Follow-up to de2bc8d6da0ba4e74ed083af66a22cf96f74e67f. Danny Milosavljevic2018-01-291-0/+1
| * hydra: Add arm image builder.•••* build-aux/hydra/gnu-system.scm (%u-boot-systems): New variable. (%guixsd-supported-systems): Add armhf-linux. (qemu-jobs): Use u-boot if system in %u-boot-systems. Danny Milosavljevic2018-01-291-2/+14
* | hydra: Make the list of target systems a parameter.•••* build-aux/hydra/gnu-system.scm (hydra-jobs): Define 'systems' and use it. Ludovic Courtès2018-01-211-2/+8
* | cuirass: Properly convert list of <license> objects.•••Fixes a bug whereby we would 'write' raw <license> objects when they were in a list. * build-aux/cuirass/gnu-system.scm (entry->sexp-entry): Add recursive case when O is a list. Ludovic Courtès2018-01-151-0/+2
* | hydra: Do not cross-build from non-Intel platforms.•••* build-aux/hydra/gnu-system.scm (hydra-jobs)[cross-jobs](pointless?): Return #t on non-Intel. Ludovic Courtès2017-12-291-2/+9
* | Merge branch 'master' into core-updatesMarius Bakke2017-12-192-4/+14
|\|
| * hydra: Pre-load the compiler.•••Starting from Guile 2.2.3, '%fresh-auto-compile' does what it says and would auto-compile everything, including the compiler (see <https://bugs.gnu.org/29226>). * build-aux/hydra/gnu-system.scm: Call 'compile'. Ludovic Courtès2017-12-131-4/+6
| * hydra: Invalidate derivation caches after each architecture evaluation.•••This reduces max RSS from 1.3G to 1.0G. * guix/derivations.scm (invalidate-derivation-caches!): New procedure. * build-aux/hydra/gnu-system.scm (hydra-jobs): Use it. Add 'format' call. Ludovic Courtès2017-12-131-0/+7
| * pull: Add (guix profiling) to the build environment.•••Reported by Ricardo Wurmus. * build-aux/build-self.scm (build): Add (guix profiling). Ludovic Courtès2017-12-131-0/+1
* | Merge branch 'master' into core-updatesMarius Bakke2017-12-071-2/+19
|\|
| * pull: Build with an ABI-compatible Guile.•••Fixes <https://bugs.gnu.org/29570>. Reported by Vagrant Cascadian <vagrant@debian.org>. * build-aux/build-self.scm (matching-guile-2.2): New procedure. (guile-for-build): Use it. Ludovic Courtès2017-12-071-2/+19
* | Merge branch 'master' into core-updatesMarius Bakke2017-12-053-3/+116
|\|
| * build: Explicitly flush the "LOAD" and "GUILEC" lines.•••* build-aux/compile-all.scm <top level>: Add calls to 'force-output' in the #:report-load and #:report-compilation procedures. Fixes a regression introduced in 2890ad332fcdfd4bc92b127d783975437c8b718b whereby compilation output would be buffered, leading to a weird visual effect. Ludovic Courtès2017-11-281-2/+4
| * Revert "Add (guix self) and use it when pulling."•••This reverts commit 5f93d97005897c2d859f0be1bdff34c88467ec61. 'guix pull' would fail because (guix self) needs 'scheme-files' from (guix discovery), which was not exported until now. Ludovic Courtès2017-11-211-57/+215
| * hydra: Add jobs for the modular Guix.•••* build-aux/hydra/guix-modular.scm: New file. * Makefile.am (EXTRA_DIST): Add it. Ludovic Courtès2017-11-211-0/+104
| * hydra: 'evaluate' passes an alist to the entry point.•••* build-aux/hydra/evaluate.scm (%top-srcdir): New variable. <top level>: Pass it to 'hydra-jobs'. Ludovic Courtès2017-11-211-1/+8
| * Add (guix self) and use it when pulling.•••This mitigates <https://bugs.gnu.org/27284>. * guix/self.scm: New file. * Makefile.am (MODULES): Add it. * build-aux/build-self.scm (libgcrypt, zlib, gzip, bzip2, xz) (false-if-wrong-guile, package-for-current-guile, guile-json) (guile-ssh, guile-git, guile-bytestructures): Remove. (build): Rewrite to simply delegate to 'compiled-guix'. * gnu/packages.scm (%distro-root-directory): Rewrite to try different directories. * guix/discovery.scm (guix): Export 'scheme-files'. * guix/scripts/pull.scm (build-and-install): Split into... (install-latest): ... this. New procedure. And... (build-and-install): ... this, which now takes a monadic value argument. (indirect-root-added): Remove. (guix-pull): Call 'add-indirect-root'. Call 'build-from-source' and pass the result to 'build-and-install'. Ludovic Courtès2017-11-211-215/+57
* | Merge branch 'master' into core-updatesMarius Bakke2017-11-191-12/+22
|\|
| * hydra: Add jobs for all of '%final-inputs'.•••* build-aux/hydra/gnu-system.scm (package->job): Create a 'base.' job when PACKAGE is a member of BASE-PACKAGES. (all-packages)[adjust]: New procedure. Fold over %FINAL-INPUTS and add it to the result. Ludovic Courtès2017-11-071-11/+17
| * hydra: Build hidden packages.•••* build-aux/hydra/gnu-system.scm (all-packages): Pass #:select? to 'fold-packages'. Ludovic Courtès2017-11-071-1/+2
| * hydra: Factorize package list creation.•••* build-aux/hydra/gnu-system.scm (all-packages): New procedure, with body taken from... (hydra-jobs): ... here. Use it. Ludovic Courtès2017-11-071-11/+14
* | Merge branch 'master' into core-updatesMarius Bakke2017-10-242-79/+47
|\|
| * pull: Add (guix build compile) to the mix.•••Fixes <https://bugs.gnu.org/28956>. Reported by Leo Famulari <leo@famulari.name>. * build-aux/build-self.scm (build): Add (guix build compile) to #:modules. * guix/build/pull.scm (build-guix): Wrap 'compile-files' call in 'with-directory-excursion'. Strip "./" from FILES when passing it to 'compile-files'. Ludovic Courtès2017-10-231-0/+1
| * build: Honor make's '-j' flag.•••* build-aux/compile-all.scm (parallel-job-count): New procedure. <top level>: Pass it to 'compile-files' as #:workers. Ludovic Courtès2017-10-221-0/+35
| * build: Factorize module compilation in (guix build compile).•••* guix/build/compile.scm: New file. * Makefile.am (MODULES): Add it. * build-aux/compile-all.scm: Use it. (warnings, file->module, load-module-file) (%default-optimizations, %lightweight-optimizations) (optimization-options, compile-file*): Remove. <top level>: Use 'compile-files'. * guix/build/pull.scm (%default-optimizations) (%lightweight-optimizations, optimization-options): Remove. (build-guix): Rewrite as a call to 'compile-files'. * guix/discovery.scm (file-name->module-name): Export. Ludovic Courtès2017-10-221-80/+12
* | Merge 'master' into core-updatesThomas Danckaert2017-10-161-7/+4
|\|
| * build: Set 'NIX_BUILD_HOOK' only if offloading is configured.•••This prevents libstore/build.cc from executing nix/scripts/offload, which is always created by config.status, when offload support is not enabled. * build-aux/pre-inst-env.in: Export 'NIX_BUILD_HOOK' only when configured; unset it otherwise. Eric Bavier2017-10-101-7/+4
* | Merge remote-tracking branch 'origin/master' into core-updatesEfraim Flashner2017-10-014-5/+77
|\|
| * cuirass: Add 'cuirass-jobs.scm' target to compute the Cuirass jobs.•••* build-aux/hydra/evaluate.scm: Support "cuirass" command line option. * Makefile.am (cuirass-jobs.scm): New target. Jan Nieuwenhuizen2017-09-281-4/+9
| * cuirass: Support subset with list of package[@version].•••* build-aux/hydra/gnu-system.scm (hydra-jobs): Support subset of packages: ("name[@version" ...). Jan Nieuwenhuizen2017-09-271-0/+12
| * cuirass: Add gnu-system build spec.•••* build-aux/hydra/gnu-system.scm (hydra-jobs): Support subset "hello". * build-aux/cuirass/gnu-system.scm: New file. * doc/guix.texi (Continuous Integration): Update example spec. Jan Nieuwenhuizen2017-09-272-0/+54
| * build: Use -Wmacro-use-before-definition.•••* build-aux/compile-all.scm (warnings): Add 'macro-use-before-definition'. Ludovic Courtès2017-09-081-1/+2
* | build: Remove code to download the Guile bootstrap tarball.•••* build-aux/download.scm: Remove. * Makefile.am (EXTRA_DIST): Remove it. (check-system): Remove dependency on $(BOOTSTRAP_GUILE_TARBALLS). * gnu/local.mk (nodist_bootstrap_x86_64_linux_DATA) (nodist_bootstrap_i686_linux_DATA, nodist_bootstrap_armhf_linux_DATA) (nodist_bootstrap_aarch64_linux_DATA, nodist_bootstrap_mips64el_linux_DATA) (BOOTSTRAP_GUILE_TARBALLS, DISTCLEANFILES, DOWNLOAD_FILE) (%D%/packages/bootstrap/x86_64-linux/guile-2.0.9.tar.xz) (%D%/packages/bootstrap/i686-linux/guile-2.0.9.tar.xz) (%D%/packages/bootstrap/armhf-linux/guile-2.0.11.tar.xz) (%D%/packages/bootstrap/aarch64-linux/guile-2.0.14.tar.xz) (%D%/packages/bootstrap/mips64el-linux/guile-2.0.9.tar.xz): Remove. * build-aux/test-env.in: Add "guix download" invocation when gnu/packages/bootstrap/guile* exists. Ludovic Courtès2017-08-282-74/+15
|/
* pull: Fetch source code from Git.•••* guix/scripts/pull.scm (%snapshot-url, with-environment-variable) (with-PATH): Remove. (ensure-guile-git!): New procedure. (%repository-url): New variable. (%default-options): Add 'repository-url' and 'ref'. (show-help, %options): Add '--commit' and '--url'. (temporary-directory, first-directory, interned-then-deleted) (unpack): Remove. (build-from-source): Rename 'tarball' to 'source'. Remove call to 'unpack'. (build-and-install): Rename 'tarball' to 'source'. (honor-lets-encrypt-certificates!, report-git-error): New procedures. (with-git-error-handling): New macro. (guix-pull)[fetch-tarball]: Remove. Wrap body in 'with-git-error-handling'. Rewrite to use 'latest-repository-commit'. * build-aux/build-self.scm (build): Print an error message and exit when GUILE-GIT is #f. * doc/guix.texi (Invoking guix pull): Mention Git. Document '--commit' and '--branch'. Ludovic Courtès2017-08-021-0/+17
* hydra: Add 'guix.SYSTEM' jobs.•••* build-aux/hydra/guix.scm (package->alist): Disable grafting. (hydra-jobs): Return 'guix.SYSTEM' jobs in addition to 'tarball'. Ludovic Courtès2017-07-251-2/+18
* hydra: Simplify 'tarball' job.•••* build-aux/hydra/guix.scm (tarball-package): Remove. (hydra-jobs): Use 'dist-package' instead of 'tarball-package'. Ludovic Courtès2017-07-251-31/+4
* build: Add iso9660 system image generator.•••* build-aux/hydra/gnu-system.scm (qemu-jobs): Add 'iso9660-image . * gnu/build/vm.scm (make-iso9660-image): New variable. Export it. * gnu/system/vm.scm (iso9660-image): New variable. Use make-iso9660-image. (system-disk-image): Use iso9660-image. Danny Milosavljevic2017-07-031-1/+8
* hydra: Don't build non-substitutable packages.•••* build-aux/hydra/gnu-system.scm (package->job): Compute PACKAGE's derivation; return #f if 'substitutable-derivation?' returns #f. Ludovic Courtès2017-06-151-1/+5
* pull: Add a dependency to guile-git.•••* build-aux/build-self.scm (guile-git, guile-bytestructures): New variables. (build): Add guile-git and guile-bytestructures to %load-path and %load-compiled-path. Mathieu Othacehe2017-06-091-11/+41
* maint: Add 'update-NEWS' target.•••* build-aux/update-NEWS.scm: New file. * Makefile.am (EXTRA_DIST): Add it. (GUIX_MAINTENANCE_DIRECTORY): New variable. (update-NEWS): New target. (.PHONY): Add it. Ludovic Courtès2017-05-181-0/+161
* hydra: Cross-build Guile 2.2.•••* build-aux/hydra/gnu-system.scm (%core-packages): Add GUILE-2.2. Ludovic Courtès2017-05-161-1/+1
* pull: Build with the matching Guile major version.•••Previously, 'guix pull' would always build with Guile 2.0. Now it builds with the Guile that matches (effective-version). * build-aux/build-self.scm (false-if-wrong-guile) (package-for-current-guile): New procedures. (guile-json, guile-ssh): Use it. (guile-for-build): New procedure. (build): Use (effective-version) instead of the hard-coded "/2.0". Add (guix modules) closure to #:modules argument. Pass \#:guile-for-build argument to 'gexp->derivation'. * guix/build/pull.scm (depends-on-guile-ssh?, all-scheme-files): New procedures. (build-guix): Show the output of (version). Use the above procedures. Filter out files that match 'depends-on-guile-ssh?' when (ssh session) is missing. Ludovic Courtès2017-05-091-16/+72
* maint: update-guix-package: Protect the checkout from GC.•••* build-aux/update-guix-package.scm (main): Define 'root', and call 'add-indirect-root' to protect SOURCE from GC. Ludovic Courtès2017-05-091-4/+13
* maint: Check whether binaries cross-built to "arm-linux-gnueabihf" are availa...•••* build-aux/check-available-binaries.scm: Add "arm-linux-gnueabihf" as a cross target. Ludovic Courtès2017-05-081-1/+2