File tree Expand file tree Collapse file tree 4 files changed +9
-8
lines changed
Expand file tree Collapse file tree 4 files changed +9
-8
lines changed Original file line number Diff line number Diff line change 1010 "description" : " The version of Barretenberg to install. Defaults to the latest Nargo compatible version."
1111 }
1212 },
13- "dependsOn " : {
14- "ghcr.io/signorecello/noir-bb-devcontainer-feature/noir:1" : {}
15- }
13+ "installsAfter " : [
14+ " ghcr.io/signorecello/noir-bb-devcontainer-feature/noir:latest "
15+ ]
1616}
Original file line number Diff line number Diff line change 1010
1111apt update && apt install -y curl bash git tar gzip libc++-dev unzip jq
1212
13+
1314cat >> /etc/profile.d/noir.sh << EOF
1415
1516curl -L https://raw.githubusercontent.com/AztecProtocol/aztec-packages/refs/heads/master/barretenberg/bbup/install | bash
Original file line number Diff line number Diff line change 11{
22 "default" : {
3- "image" : " mcr.microsoft.com/devcontainers/base:focal " ,
3+ "image" : " mcr.microsoft.com/devcontainers/base:ubuntu-24.04 " ,
44 "features" : {
55 "noir" : {
66 "version" : " "
1111 }
1212 },
1313 "nightly" : {
14- "image" : " mcr.microsoft.com/devcontainers/base:focal " ,
14+ "image" : " mcr.microsoft.com/devcontainers/base:ubuntu-24.04 " ,
1515 "features" : {
1616 "noir" : {
1717 "version" : " nightly"
2222 }
2323 },
2424 "semantic" : {
25- "image" : " mcr.microsoft.com/devcontainers/base:focal " ,
25+ "image" : " mcr.microsoft.com/devcontainers/base:ubuntu-24.04 " ,
2626 "features" : {
2727 "noir" : {
2828 "version" : " 1.0.0-beta.3"
2929 },
3030 "barretenberg" : {
31- "version" : " 0.72.1 "
31+ "version" : " 0.79.0 "
3232 }
3333 }
3434 }
Original file line number Diff line number Diff line change 55source dev-container-features-test-lib
66
77check " validate nargo version" bash -c " nargo --version | grep '1.0.0-beta.3'"
8- check " validate bb version" bash -c " bb --version | grep '0.72.1 '"
8+ check " validate bb version" bash -c " bb --version | grep '0.79.0 '"
99
1010reportResults
You can’t perform that action at this time.
0 commit comments