Skip to content

Commit

Permalink
ci.sh: Build release/13.x
Browse files Browse the repository at this point in the history
We build the latest release so update the branch to release/13.x.

Signed-off-by: Nathan Chancellor <nathan@kernel.org>
  • Loading branch information
nathanchance committed Oct 21, 2021
1 parent 5ebbcd9 commit 3a71412
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci.sh
Expand Up @@ -61,7 +61,7 @@ function do_llvm() {
[[ -n ${GITHUB_ACTIONS:-} ]] && EXTRA_ARGS+=(--no-ccache)
"${BASE}"/build-llvm.py \
--assertions \
--branch "release/12.x" \
--branch "release/13.x" \
--build-stage1-only \
--check-targets clang lld llvm \
--install-stage1-only \
Expand Down

0 comments on commit 3a71412

Please sign in to comment.