We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68f0b89 commit d803983Copy full SHA for d803983
.github/workflows/build.yml
@@ -156,9 +156,6 @@ jobs:
156
os: macos-13
157
- name: macos-arm64
158
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
162
steps:
163
- name: Checkout
164
uses: actions/checkout@v4
@@ -191,7 +188,7 @@ jobs:
191
188
192
189
- name: configure tree
193
190
run: |
194
- CONFIG_ARG='${{ matrix.config_arg }}' MAKE_ARG=-j bash -xe tools/ci/actions/runner.sh configure
+ CONFIG_ARG='--enable-codegen-invariants ${{ matrix.config_arg }}' MAKE_ARG=-j bash -xe tools/ci/actions/runner.sh configure
195
- name: Build
196
197
MAKE_ARG=-j bash -xe tools/ci/actions/runner.sh build
0 commit comments