diff options
| author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2024-01-10 00:20:52 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-01-09 23:20:52 +0000 |
| commit | 69959aa01fab8ccc482cb3ee218af4e65d3fbc6e (patch) | |
| tree | 1221798cf514662cd0e52b3feaa0d16b58aa6697 /.github | |
| parent | 741afc4b94427588c628925fef464623d373430f (diff) | |
fix: update deno_lint and swc (#21718)
Co-authored-by: David Sherret <dsherret@gmail.com>
Diffstat (limited to '.github')
| -rwxr-xr-x | .github/workflows/ci.generate.ts | 2 | ||||
| -rw-r--r-- | .github/workflows/ci.yml | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/ci.generate.ts b/.github/workflows/ci.generate.ts index 6d80b8ff8..b6b64a27e 100755 --- a/.github/workflows/ci.generate.ts +++ b/.github/workflows/ci.generate.ts @@ -426,6 +426,8 @@ const ci = { env: { CARGO_TERM_COLOR: "always", RUST_BACKTRACE: "full", + // disable anyhow's library backtrace + RUST_LIB_BACKTRACE: 0, }, steps: skipJobsIfPrAndMarkedSkip([ reconfigureWindowsStorage, diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 80d336b3b..7b00bf3d1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -113,6 +113,7 @@ jobs: env: CARGO_TERM_COLOR: always RUST_BACKTRACE: full + RUST_LIB_BACKTRACE: 0 steps: - name: Reconfigure Windows Storage if: '!(matrix.skip) && (startsWith(matrix.os, ''windows'') && !endsWith(matrix.os, ''-xl''))' |
