Skip to content

Commit 7b90bdf

Browse files
zi0Blackzi0Black
andauthored
Update Dockerfile and project.yaml for Aptos Core (#13418)
Changes: - Set RUSTUP_TOOLCHAIN to nightly-2024-09-05 in Dockerfile. - Change primary contact email - Add VM team to auto_ccs in project.yaml Thanks. --------- Co-authored-by: zi0Black <andrea.cappa@aptoslabs.com>
1 parent 753f9f7 commit 7b90bdf

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

projects/aptos-core/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,6 @@
1717
FROM gcr.io/oss-fuzz-base/base-builder-rust
1818
RUN apt-get update && apt-get install -y make autoconf automake libclang-dev libtool pkg-config libudev-dev
1919
RUN git clone --depth=1 https://github.com/aptos-labs/aptos-core.git
20+
ENV RUSTUP_TOOLCHAIN nightly-2024-09-05
2021
WORKDIR aptos-core
2122
COPY build.sh $SRC

projects/aptos-core/project.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
homepage: "https://aptos.dev"
22
language: rust
3-
primary_contact: "gerardo@aptoslabs.com"
3+
primary_contact: "andrea.cappa@aptoslabs.com"
44
main_repo: "https://github.com/aptos-labs/aptos-core"
55
auto_ccs:
66
- "oss-fuzz-notifications@aptoslabs.com"
77
- "security@aptoslabs.com"
8-
- "andrea.cappa@aptoslabs.com"
98
- "marco.ilardi@aptoslabs.com"
9+
- "george@aptoslabs.com"
1010
sanitizers:
1111
- address
1212
fuzzing_engines:

0 commit comments

Comments
 (0)