We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bba3e7d commit c157601Copy full SHA for c157601
1 file changed
.github/workflows/build-linux-gcc16-docker.yml
@@ -77,7 +77,9 @@ jobs:
77
run: apt-get install -y --no-install-recommends ccache
78
79
- name: Build XRT (Release)
80
- run: ./build/build.sh -opt -verbose -noert -noctest -ccache
+ run: |
81
+ ./build/build.sh -opt -npu -verbose -noert -noctest -ccache
82
+ ./build/build.sh -opt -alveo -verbose -noert -noctest -ccache
83
84
- name: ccache statistics
85
if: always()
0 commit comments