We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
RUST_BACKTRACE
1 parent a6d30f5 commit 99dfde8Copy full SHA for 99dfde8
.gitlab-ci.yml
@@ -140,6 +140,7 @@ build:linux:
140
variables:
141
# Only x64 architecture is needed
142
npm_config_arch: "x64"
143
+ RUST_BACKTRACE: "1"
144
script:
145
- >
146
nix-shell --arg ci true --run $'
@@ -173,6 +174,7 @@ build:windows:
173
174
175
176
177
178
before_script:
179
- mkdir -Force "$CI_PROJECT_DIR/tmp"
180
@@ -209,6 +211,7 @@ build:macos:
209
211
210
212
# Produce universal binary
213
npm_config_arch: 'x64+arm64'
214
215
216
- eval "$(brew shellenv)"
217
- ./scripts/brew-install.sh
0 commit comments