Skip to content

Commit

Permalink
WIP: Release aeneas so that stable does not run an infinite loop in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
k-sareen committed Dec 12, 2024
1 parent 3135927 commit 0bf6c0b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ci/linux/build-test-x86.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,7 @@ sudo apt -y install nasm

"${TEST_DIR}"/configure

# XXX(kunals): Temporarily release aeneas to avoid infinte loop in CI
${VIRGIL_LOC}/bin/dev/aeneas release

V3C_OPTS="$@" PROGRESS_ARGS=c TEST_TARGETS="v3i x86-linux" "${TEST_DIR}"/all.bash

0 comments on commit 0bf6c0b

Please sign in to comment.