File tree Expand file tree Collapse file tree 4 files changed +5
-4
lines changed Expand file tree Collapse file tree 4 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -2,4 +2,5 @@ NX_BATCH_MODE=true
2
2
NX_VERBOSE_LOGGING = true
3
3
NX_CLOUD_VERBOSE_LOGGING = true
4
4
NX_TUI = false
5
- CI = true
5
+ CI = true
6
+ RUST_BACKTRACE = 1
Original file line number Diff line number Diff line change 74
74
COMMERCIAL_REPO_PASSWORD : ${{ inputs.commercial-repository-password }}
75
75
COMMERCIAL_REPO_USERNAME : ${{ inputs.commercial-repository-username }}
76
76
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
78
78
# - name: Publish
79
79
# id: publish
80
80
# if: ${{ inputs.publish == 'true' }}
Original file line number Diff line number Diff line change 29
29
# Run this command as early as possible, before dependencies are installed
30
30
# Learn more at https://nx.dev/ci/reference/nx-cloud-cli#npx-nxcloud-startcirun
31
31
# 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"
33
33
34
34
- run : rm -f .nx/workspace-data/project-graph.json
35
35
Original file line number Diff line number Diff line change 46
46
}
47
47
}
48
48
},
49
- "bustCache" : 102 ,
49
+ "bustCache" : 222 ,
50
50
"nxCloudUrl" : " https://staging.nx.app" ,
51
51
"nxCloudId" : " 67a56832eb5d9093e3ebe776"
52
52
}
You can’t perform that action at this time.
0 commit comments