Skip to content

Commit ae78953

Browse files
committed
disable DIST_TRY_BUILD
Signed-off-by: onur-ozkan <[email protected]>
1 parent c441866 commit ae78953

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/ci/citool/tests/test-jobs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ envs:
5959
# - not running `opt-dist`'s post-optimization smoke tests on the resulting toolchain
6060
#
6161
# If you *want* these to happen however, temporarily comment it before triggering a try build.
62-
DIST_TRY_BUILD: 1
62+
DIST_TRY_BUILD: 0
6363

6464
auto:
6565
<<: *production

src/ci/github-actions/jobs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ envs:
9090
# - not running `opt-dist`'s post-optimization smoke tests on the resulting toolchain
9191
#
9292
# If you *want* these to happen however, temporarily comment it before triggering a try build.
93-
DIST_TRY_BUILD: 1
93+
DIST_TRY_BUILD: 0
9494

9595
auto:
9696
<<: *production

0 commit comments

Comments
 (0)