Skip to content

Commit 99dfde8

Browse files
committed
fix: added RUST_BACKTRACE to env variables for compilation
1 parent a6d30f5 commit 99dfde8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.gitlab-ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,7 @@ build:linux:
140140
variables:
141141
# Only x64 architecture is needed
142142
npm_config_arch: "x64"
143+
RUST_BACKTRACE: "1"
143144
script:
144145
- >
145146
nix-shell --arg ci true --run $'
@@ -173,6 +174,7 @@ build:windows:
173174
variables:
174175
# Only x64 architecture is needed
175176
npm_config_arch: "x64"
177+
RUST_BACKTRACE: "1"
176178
before_script:
177179
- mkdir -Force "$CI_PROJECT_DIR/tmp"
178180
script:
@@ -209,6 +211,7 @@ build:macos:
209211
variables:
210212
# Produce universal binary
211213
npm_config_arch: 'x64+arm64'
214+
RUST_BACKTRACE: "1"
212215
script:
213216
- eval "$(brew shellenv)"
214217
- ./scripts/brew-install.sh

0 commit comments

Comments
 (0)