Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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
1 change: 1 addition & 0 deletions CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
**/bootstrap.sh @charlielye
**/run_test.sh @charlielye
/release-please-config @charlielye
/.test_patterns.yml @charlielye

# Notify the Noir team of any changes to ACIR serialization
/noir/noir-repo/acvm-repo/acir/codegen/* @TomAFrench @vezenovm @guipublic
Expand Down
2 changes: 1 addition & 1 deletion aztec-up/bin/aztec
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ set -- "${args[@]}"

function get_env_vars {
docker run --rm aztecprotocol/aztec cat /usr/src/yarn-project/foundation/src/config/env_var.ts |
grep -oP "'\K[^']+(?=')" | tr '\n' ' '
awk -F"'" '{for(i=2;i<=NF;i+=2) printf $i " "}'
}

case ${1:-} in
Expand Down
4 changes: 2 additions & 2 deletions build-images/bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ function build_ec2 {

# Request new instance.
instance_name=build_image_$(echo -n "$branch" | tr -c 'a-zA-Z0-9-' '_')_$arch
ip_sir=$(aws_request_instance $instance_name $cpus $arch)
parts=(${ip_sir//:/ })
ip_sir=$(NO_SPOT=1 aws_request_instance $instance_name $cpus $arch)
IFS=':' read -r -a parts <<< "$ip_sir"
ip="${parts[0]}"
sir="${parts[1]}"
iid="${parts[2]}"
Expand Down
2 changes: 1 addition & 1 deletion build-images/src/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ ENV FOUNDRY_BIN_DIR="/root/.foundry/bin"
ENV RUSTUP_HOME=/opt/rust/rustup
ENV CARGO_HOME=/opt/rust/cargo
ENV PATH="/opt/rust/cargo/bin:$PATH"
ENV RUSTFLAGS="-C target-cpu=generic"
RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
RUN curl -L https://foundry.paradigm.xyz | bash \
&& $FOUNDRY_BIN_DIR/foundryup -b nightly-$FOUNDRY_TAG \
Expand All @@ -88,7 +89,6 @@ RUN curl -L https://foundry.paradigm.xyz | bash \
strip /opt/foundry/bin/$t; \
done \
&& rm -rf $FOUNDRY_BIN_DIR
ENV PATH="/opt/foundry/bin:$PATH"


########################################################################################################################
Expand Down
2 changes: 1 addition & 1 deletion ci3/aws/ami_id_amd64
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ami-08860b157b4c6adae
ami-0fa0399e5c50f8d6e
2 changes: 1 addition & 1 deletion ci3/aws/ami_id_arm64
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ami-0b1ebceab02515cfb
ami-0dcef976575ae8dba