We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8dcad0 commit 11b1d29Copy full SHA for 11b1d29
.github/workflows/tests.yml
@@ -67,6 +67,12 @@ jobs:
67
uses: actions/checkout@v4
68
with:
69
submodules: true
70
+ - name: "Build Rabe"
71
+ run: |
72
+ export PATH=$PATH:/root/.cargo/env
73
+ rustup default stable
74
+ rustup target add wasm32-wasip1
75
+ ./bin/inv_wrapper.sh rabe
76
- name: "Build FFmpeg"
77
run: ./bin/inv_wrapper.sh ffmpeg
78
- name: "Build ImageMagick"
@@ -87,8 +93,6 @@ jobs:
87
93
run: ./bin/inv_wrapper.sh tensorflow
88
94
- name: "Build PolyBench/C"
89
95
run: ./bin/inv_wrapper.sh polybench polybench --native
90
- - name: "Build Rabe"
91
- run: ./bin/inv_wrapper.sh rabe
92
96
- name: "Build functions used in the tests"
97
run: ./bin/inv_wrapper.sh func.tests
98
- name: "Get CPP/Python commits"
0 commit comments