Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Remove HashToField128Security ACIR opcode #3631

Merged
merged 16 commits into from
Jan 5, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
try to pass CI (2)
guipublic committed Dec 8, 2023
commit 73c5a58e13325b1a8e47ce23ccf9c6b7b908ca42
2 changes: 1 addition & 1 deletion build-system/scripts/cond_spot_run_script
Original file line number Diff line number Diff line change
@@ -20,7 +20,7 @@ ARCH=$3
shift 3

MULTIARCH=$(query_manifest multiarch $REPOSITORY)
if [ "$MULTIARCH" == "host" ];
if [ "$MULTIARCH" == "host" ]; then
BASE_TAG=$(calculate_image_tag $REPOSITORY $ARCH)
else
BASE_TAG=$(calculate_image_tag $REPOSITORY)