diff options
| author | Hans Kratz <hans@appfour.com> | 2021-10-11 19:38:15 +0200 |
|---|---|---|
| committer | Hans Kratz <hans@appfour.com> | 2021-10-21 13:10:52 +0200 |
| commit | 5c8fca585c6974f05eff3a48181f5a235d5482b6 (patch) | |
| tree | ea6a51a4b9575e38ef57cfd55852dbaa6d6ba2c9 /src/ci/github-actions | |
| parent | e015ef5b2633960e7653b744d7a1c3d1d336313a (diff) | |
| download | rust-5c8fca585c6974f05eff3a48181f5a235d5482b6.tar.gz rust-5c8fca585c6974f05eff3a48181f5a235d5482b6.zip | |
CI: Enable overflow checks for test (non-dist) builds
Diffstat (limited to 'src/ci/github-actions')
| -rw-r--r-- | src/ci/github-actions/ci.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ci/github-actions/ci.yml b/src/ci/github-actions/ci.yml index eb16cf3c762..82f184669ee 100644 --- a/src/ci/github-actions/ci.yml +++ b/src/ci/github-actions/ci.yml @@ -456,6 +456,7 @@ jobs: MACOSX_DEPLOYMENT_TARGET: 10.7 NO_LLVM_ASSERTIONS: 1 NO_DEBUG_ASSERTIONS: 1 + NO_OVERFLOW_CHECKS: 1 DIST_REQUIRE_ALL_TOOLS: 1 <<: *job-macos-xl @@ -467,6 +468,7 @@ jobs: MACOSX_DEPLOYMENT_TARGET: 10.7 NO_LLVM_ASSERTIONS: 1 NO_DEBUG_ASSERTIONS: 1 + NO_OVERFLOW_CHECKS: 1 <<: *job-macos-xl - name: x86_64-apple @@ -478,6 +480,7 @@ jobs: MACOSX_STD_DEPLOYMENT_TARGET: 10.7 NO_LLVM_ASSERTIONS: 1 NO_DEBUG_ASSERTIONS: 1 + NO_OVERFLOW_CHECKS: 1 <<: *job-macos-xl # This target only needs to support 11.0 and up as nothing else supports the hardware @@ -499,6 +502,7 @@ jobs: MACOSX_STD_DEPLOYMENT_TARGET: 11.0 NO_LLVM_ASSERTIONS: 1 NO_DEBUG_ASSERTIONS: 1 + NO_OVERFLOW_CHECKS: 1 DIST_REQUIRE_ALL_TOOLS: 1 # Corresponds to 16K page size # |
