Skip to content

Commit f1b4b8a

Browse files
committed
RUST_BACKTRACE=1
1 parent 78a3fed commit f1b4b8a

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

.env

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@ NX_BATCH_MODE=true
22
NX_VERBOSE_LOGGING=true
33
NX_CLOUD_VERBOSE_LOGGING=true
44
NX_TUI=false
5-
CI=true
5+
CI=true
6+
RUST_BACKTRACE=1

.github/actions/build/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ runs:
7474
COMMERCIAL_REPO_PASSWORD: ${{ inputs.commercial-repository-password }}
7575
COMMERCIAL_REPO_USERNAME: ${{ inputs.commercial-repository-username }}
7676
COMMERCIAL_SNAPSHOT_REPO_URL: ${{ inputs.commercial-snapshot-repository-url }}
77-
run: NX_FORCE_REUSE_CACHED_GRAPH=false CI=true NX_BATCH_MODE=true NX_CLOUD_DEREFERENCE_SYMLINKS=true NX_VERBOSE_LOGGING=true NX_PERF_LOGGING=true NX_CLOUD_NO_TIMEOUTS=true NX_CLOUD_VERBOSE_LOGGING=true npx nx run-many -t=build-ci --parallel=32 --batch --outputStyle=stream
77+
run: RUST_BACKTRACE=1 NX_FORCE_REUSE_CACHED_GRAPH=false CI=true NX_BATCH_MODE=true NX_CLOUD_DEREFERENCE_SYMLINKS=true NX_VERBOSE_LOGGING=true NX_PERF_LOGGING=true NX_CLOUD_NO_TIMEOUTS=true NX_CLOUD_VERBOSE_LOGGING=true npx nx run-many -t=build-ci --parallel=32 --batch --outputStyle=stream
7878
# - name: Publish
7979
# id: publish
8080
# if: ${{ inputs.publish == 'true' }}

.github/workflows/build-pull-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
# Run this command as early as possible, before dependencies are installed
3030
# Learn more at https://nx.dev/ci/reference/nx-cloud-cli#npx-nxcloud-startcirun
3131
# Uncomment this line to enable task distribution
32-
- run: NX_FORCE_REUSE_CACHED_GRAPH=false NX_CLOUD_FORCE_USE_EXECUTE_TASKS_V3=false NX_CLOUD_DEREFERENCE_SYMLINKS=true NX_CLOUD_RETRIEVAL_CONCURRENCY=50 NX_CLOUD_NO_TIMEOUTS=true NX_VERBOSE_LOGGING=true NX_CLOUD_VERBOSE_LOGGING=true NX_PERF_LOGGING=true npx nx-cloud start-ci-run --require-explicit-completion --distribute-on="../../.nx/workflows/distribution-config.yaml"
32+
- run: RUST_BACKTRACE=1 NX_FORCE_REUSE_CACHED_GRAPH=false NX_CLOUD_FORCE_USE_EXECUTE_TASKS_V3=false NX_CLOUD_DEREFERENCE_SYMLINKS=true NX_CLOUD_RETRIEVAL_CONCURRENCY=50 NX_CLOUD_NO_TIMEOUTS=true NX_VERBOSE_LOGGING=true NX_CLOUD_VERBOSE_LOGGING=true NX_PERF_LOGGING=true npx nx-cloud start-ci-run --require-explicit-completion --distribute-on="../../.nx/workflows/distribution-config.yaml"
3333

3434
- run: rm -f .nx/workspace-data/project-graph.json
3535

nx.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
}
4747
}
4848
},
49-
"bustCache": 102,
49+
"bustCache": 222,
5050
"nxCloudUrl": "https://staging.nx.app",
5151
"nxCloudId": "67a56832eb5d9093e3ebe776"
5252
}

0 commit comments

Comments
 (0)