Skip to content

Commit c157601

Browse files
authored
Update build-linux-gcc16-docker.yml
Update workflow to run for npu and alveo
1 parent bba3e7d commit c157601

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/build-linux-gcc16-docker.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,9 @@ jobs:
7777
run: apt-get install -y --no-install-recommends ccache
7878

7979
- name: Build XRT (Release)
80-
run: ./build/build.sh -opt -verbose -noert -noctest -ccache
80+
run: |
81+
./build/build.sh -opt -npu -verbose -noert -noctest -ccache
82+
./build/build.sh -opt -alveo -verbose -noert -noctest -ccache
8183
8284
- name: ccache statistics
8385
if: always()

0 commit comments

Comments
 (0)