Skip to content

Commit d803983

Browse files
committed
fixup! fixup! Add enable-codegen-invariants flag to github CI tests
1 parent 68f0b89 commit d803983

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/build.yml

+1-4
Original file line numberDiff line numberDiff line change
@@ -156,9 +156,6 @@ jobs:
156156
os: macos-13
157157
- name: macos-arm64
158158
os: macos-14
159-
config_arg:
160-
CONFIG_ARG='--enable-codegen-invariants ${{ matrix.config_arg }}'
161-
MAKE_ARG=-j bash -xe tools/ci/actions/runner.sh configure
162159
steps:
163160
- name: Checkout
164161
uses: actions/checkout@v4
@@ -191,7 +188,7 @@ jobs:
191188
192189
- name: configure tree
193190
run: |
194-
CONFIG_ARG='${{ matrix.config_arg }}' MAKE_ARG=-j bash -xe tools/ci/actions/runner.sh configure
191+
CONFIG_ARG='--enable-codegen-invariants ${{ matrix.config_arg }}' MAKE_ARG=-j bash -xe tools/ci/actions/runner.sh configure
195192
- name: Build
196193
run: |
197194
MAKE_ARG=-j bash -xe tools/ci/actions/runner.sh build

0 commit comments

Comments
 (0)