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: Containers reduced to ~100MB total. ~30s installation. #3487

Merged
merged 40 commits into from
Dec 4, 2023
Merged
Changes from 1 commit
Commits
Show all changes
40 commits
Select commit Hold shift + click to select a range
9c19912
wip
charlielye Nov 29, 2023
62a82f1
wip
charlielye Nov 30, 2023
cbc30f6
wip
charlielye Nov 30, 2023
e4cb78a
Rebuild patterns and fix.
charlielye Nov 30, 2023
dd2af06
Force deploy comtainer [ci force-deploy]
charlielye Nov 30, 2023
10172b7
Leading layers must be same between output containers. [ci force-deploy]
charlielye Nov 30, 2023
1187702
Lets play with buildx [ci rebuild yarn-project-prod]
charlielye Nov 30, 2023
7a3206d
Lets play with buildx [ci rebuild sandbox] [ci rebuild cli]
charlielye Nov 30, 2023
5667550
Lets play with buildx [ci rebuild aztec-sandbox] [ci rebuild cli]
charlielye Nov 30, 2023
2901ba2
wip
charlielye Dec 1, 2023
307111b
wip
charlielye Dec 1, 2023
d7cd82f
Lets play with buildx [ci rebuild aztec-sandbox] [ci rebuild cli]
charlielye Dec 1, 2023
b216989
Lets play with buildx [ci rebuild aztec-sandbox] [ci rebuild cli]
charlielye Dec 1, 2023
845d6a7
Lets play with buildx [ci rebuild aztec-sandbox] [ci rebuild cli]
charlielye Dec 1, 2023
c6c1746
Lets play with buildx [ci rebuild aztec-sandbox] [ci rebuild cli]
charlielye Dec 1, 2023
4dbe5d8
Lets play with buildx [ci rebuild aztec-sandbox] [ci rebuild cli]
charlielye Dec 1, 2023
2b37d4f
Lets play with buildx [ci rebuild aztec-sandbox] [ci rebuild cli]
charlielye Dec 1, 2023
c8b54e9
Lets play with buildx [ci rebuild aztec-sandbox] [ci rebuild cli]
charlielye Dec 1, 2023
6f37879
Lets play with buildx [ci rebuild aztec-sandbox] [ci rebuild cli]
charlielye Dec 1, 2023
e507c11
Lets play with buildx [ci rebuild noir] [ci rebuild aztec-sandbox] [c…
charlielye Dec 1, 2023
55df33d
Lets play with buildx [ci rebuild aztec-sandbox] [ci rebuild cli]
charlielye Dec 1, 2023
8c42a0c
Lets play with buildx [ci rebuild aztec-sandbox] [ci rebuild cli]
charlielye Dec 1, 2023
d717cf1
[ci force-deploy]
charlielye Dec 1, 2023
5a699f1
[ci force-deploy]
charlielye Dec 1, 2023
a65b6d3
[ci force-deploy]
charlielye Dec 1, 2023
79767ff
[ci force-deploy]
charlielye Dec 1, 2023
9eed4a3
[ci force-deploy]
charlielye Dec 1, 2023
bcfb480
[ci rebuild aztec-sandbox] [ci force-deploy]
charlielye Dec 1, 2023
c4fcc95
Merge remote-tracking branch 'origin/master' into cl/sandbox_cli_laye…
charlielye Dec 1, 2023
2cd5000
[ci force-release]
charlielye Dec 1, 2023
f0c0806
[ci force-release]
charlielye Dec 1, 2023
c0fda33
[ci force-release]
charlielye Dec 1, 2023
c89fdef
[ci force-release]
charlielye Dec 1, 2023
b0da8f5
[ci force-release]
charlielye Dec 1, 2023
87db3be
Merge branch 'master' into cl/sandbox_cli_layer_share
charlielye Dec 1, 2023
b568069
build_local fix.
charlielye Dec 2, 2023
784c1f3
[ci rebuild]
charlielye Dec 4, 2023
3908514
maybe fix.
charlielye Dec 4, 2023
307c47c
[ci force-release]
charlielye Dec 4, 2023
04545ac
Merge remote-tracking branch 'origin' into cl/sandbox_cli_layer_share
charlielye Dec 4, 2023
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
maybe fix.
charlielye committed Dec 4, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
commit 3908514c817d43c77e8dbae67b0b3c2498394cda
4 changes: 2 additions & 2 deletions yarn-project/noir-contracts/scripts/types.sh
Original file line number Diff line number Diff line change
@@ -44,10 +44,10 @@ process() {
CONTRACT=$1

cd $ROOT
NODE_OPTIONS=--no-warnings yarn ts-node --esm src/scripts/copy_source.ts $CONTRACT_NAME
node --no-warnings --loader ts-node/esm src/scripts/copy_source.ts $CONTRACT_NAME

echo "Creating types for $CONTRACT"
NODE_OPTIONS=--no-warnings yarn ts-node --esm src/scripts/copy_output.ts $CONTRACT_NAME
node --no-warnings --loader ts-node/esm src/scripts/copy_output.ts $CONTRACT_NAME
}

format(){