File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change 22export LC_ALL=C
33set -e -o pipefail
44
5+ # ##################
6+ # # Sanity Checks ##
7+ # ##################
8+
59# GUIX_BUILD_OPTIONS is an environment variable recognized by guix commands that
610# can perform builds. This seems like what we want instead of
711# ADDITIONAL_GUIX_COMMON_FLAGS, but the value of GUIX_BUILD_OPTIONS is actually
2630exit 1
2731fi
2832
33+ # ########
34+ # Setup #
35+ # ########
36+
2937# Determine the maximum number of jobs to run simultaneously (overridable by
3038# environment)
3139MAX_JOBS=" ${MAX_JOBS:- $(nproc)} "
@@ -49,6 +57,10 @@ time-machine() {
4957 -- " $@ "
5058}
5159
60+ # ########
61+ # Build #
62+ # ########
63+
5264# Function to be called when building for host ${1} and the user interrupts the
5365# build
5466int_trap () {
You can’t perform that action at this time.
0 commit comments