File tree 4 files changed +9
-8
lines changed
4 files changed +9
-8
lines changed Original file line number Diff line number Diff line change 10
10
"description" : " The version of Barretenberg to install. Defaults to the latest Nargo compatible version."
11
11
}
12
12
},
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
+ ]
16
16
}
Original file line number Diff line number Diff line change 10
10
11
11
apt update && apt install -y curl bash git tar gzip libc++-dev unzip jq
12
12
13
+
13
14
cat >> /etc/profile.d/noir.sh << EOF
14
15
15
16
curl -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 1
1
{
2
2
"default" : {
3
- "image" : " mcr.microsoft.com/devcontainers/base:focal " ,
3
+ "image" : " mcr.microsoft.com/devcontainers/base:ubuntu-24.04 " ,
4
4
"features" : {
5
5
"noir" : {
6
6
"version" : " "
11
11
}
12
12
},
13
13
"nightly" : {
14
- "image" : " mcr.microsoft.com/devcontainers/base:focal " ,
14
+ "image" : " mcr.microsoft.com/devcontainers/base:ubuntu-24.04 " ,
15
15
"features" : {
16
16
"noir" : {
17
17
"version" : " nightly"
22
22
}
23
23
},
24
24
"semantic" : {
25
- "image" : " mcr.microsoft.com/devcontainers/base:focal " ,
25
+ "image" : " mcr.microsoft.com/devcontainers/base:ubuntu-24.04 " ,
26
26
"features" : {
27
27
"noir" : {
28
28
"version" : " 1.0.0-beta.3"
29
29
},
30
30
"barretenberg" : {
31
- "version" : " 0.72.1 "
31
+ "version" : " 0.79.0 "
32
32
}
33
33
}
34
34
}
Original file line number Diff line number Diff line change 5
5
source dev-container-features-test-lib
6
6
7
7
check " 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 '"
9
9
10
10
reportResults
You can’t perform that action at this time.
0 commit comments