Skip to content

Commit 8c3df6d

Browse files
authored
Merge pull request #94 from PThierry/fix-framac-workflow
fixing meson regression on native build
2 parents 0b4d21d + 1e67f69 commit 8c3df6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/proof.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
with:
7575
cross_files: ${{ format('{0}/{1}', env.MESON_CROSS_FILES, 'cm33-none-eabi-gcc.ini') }}
7676
actions: '["prefetch", "setup"]'
77-
options: '-Dconfig=.config -Ddts=dts/examples/nucleo_u5a5_autotest.dts -Ddts-include-dirs=dts -Dwith_proof=true'
77+
options: '-Dconfig=.config -Ddts=dts/examples/nucleo_u5a5_autotest.dts -Ddts-include-dirs=dts -Dwith_proof=true -Dwith_tests=false -Dwith_tools=false -Dwith_uapi=true -Dwith_sbom=false -Dwith_proof=true -Dwith_doc=false'
7878
- name: run framaC
7979
run: |
8080
why3 config detect

0 commit comments

Comments
 (0)