Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
clpm
clpm
Commits
6815e3e3
Commit
6815e3e3
authored
Sep 01, 2021
by
Eric Timmons
Browse files
Fix path on M1 (hopefully)
parent
906d84b8
Pipeline
#4578
failed with stages
in 2 minutes and 11 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
6815e3e3
...
...
@@ -96,6 +96,9 @@ dynamic-release:macos:amd64:
dynamic-release:macos:arm64:
stage
:
build
extends
:
.dynamic-release
script
:
-
export PATH="/Users/clpm/.local/bin:$PATH"
-
sbcl --script scripts/build-release.lisp
tags
:
-
macos-arm64
needs
:
[]
...
...
@@ -274,6 +277,7 @@ test-dynamic-release:macos:arm64:
ARCH
:
arm64
VARIANT
:
dynamic
script
:
-
export PATH="/Users/clpm/.local/bin:$PATH"
# Install from the release archive!
-
VERSION=$(sbcl --script scripts/version.lisp)
-
cd /tmp
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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