Skip to content

Commit

Permalink
[ot] .gitlab-ci.d: update clang to version 17
Browse files Browse the repository at this point in the history
Signed-off-by: Emmanuel Blot <[email protected]>
  • Loading branch information
rivos-eblot committed Apr 9, 2024
1 parent c80ced9 commit d6a6d86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.d/opentitan/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ build-clang:
- git clean -dffx subprojects
- mkdir build
- cd build
- ../configure --cc=clang-16 --disable-werror $QEMU_BUILD_OPTS
- ../configure --cc=clang-17 --disable-werror $QEMU_BUILD_OPTS
--target-list=riscv32-softmmu,riscv64-softmmu,x86_64-linux-user
- ninja
- ninja qemu-img
Expand Down

0 comments on commit d6a6d86

Please sign in to comment.