Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
clpm
clpm
Commits
2aa742a7
Commit
2aa742a7
authored
Feb 04, 2021
by
Eric Timmons
Browse files
CI: Do not build with core compression
parent
780746e1
Pipeline
#2774
passed with stages
in 9 minutes and 11 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
2aa742a7
...
...
@@ -53,7 +53,7 @@ ci-image:amd64:
-
|
src/runtime/static-sbcl --core $CI_PROJECT_DIR/$BUILD_DIR/$CI_PROJECT_NAME.core \
--non-interactive \
--eval "(sb-ext:save-lisp-and-die \"$CI_PROJECT_DIR/$RELEASE_DIR/$CI_PROJECT_NAME\" :executable t :toplevel #'uiop:restore-image
:compression t
:save-runtime-options t)"
--eval "(sb-ext:save-lisp-and-die \"$CI_PROJECT_DIR/$RELEASE_DIR/$CI_PROJECT_NAME\" :executable t :toplevel #'uiop:restore-image :save-runtime-options t)"
artifacts
:
paths
:
-
$BUILD_DIR
...
...
Dockerfile.sbcl-ci
View file @
2aa742a7
...
...
@@ -69,7 +69,7 @@ RUN set -x \
*) echo "Unknown arch" >&2; exit 1;; \
esac \
&& export SBCL_ARCH \
&& sh make.sh
--fancy
\
&& sh make.sh \
&& sh install.sh
WORKDIR /usr/local/share/common-lisp/source/
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment