aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar DavidKorczynski <david@adalogics.com>2022-03-16 22:38:15 +0000
committerGravatar GitHub <noreply@github.com>2022-03-16 22:38:15 +0000
commit71f220ec89c8a3fb30f0f719a0de353888d6c5bc (patch)
tree74d540547172255ac5f8e1ff2874e7bb09c604a6
parent9b5a750c7f39a1efa194b37f5233b54ef75433c3 (diff)
elfutils: add myself to project.yaml (#7394)
-rw-r--r--projects/elfutils/Dockerfile2
-rw-r--r--projects/elfutils/project.yaml1
2 files changed, 2 insertions, 1 deletions
diff --git a/projects/elfutils/Dockerfile b/projects/elfutils/Dockerfile
index 2d12006a..abc6d043 100644
--- a/projects/elfutils/Dockerfile
+++ b/projects/elfutils/Dockerfile
@@ -16,7 +16,7 @@
FROM gcr.io/oss-fuzz-base/base-builder
RUN apt-get update && \
- apt-get install -y pkg-config make autoconf autopoint zlib1g-dev zlib1g-dev:i386 flex bison gawk
+ apt-get install -y pkg-config make autoconf autopoint zlib1g-dev zlib1g-dev:i386 flex gawk bison
RUN git clone --depth 1 git://sourceware.org/git/elfutils.git
WORKDIR elfutils
COPY build.sh *.c *.zip $SRC/
diff --git a/projects/elfutils/project.yaml b/projects/elfutils/project.yaml
index 2c955d4c..b3a57ffc 100644
--- a/projects/elfutils/project.yaml
+++ b/projects/elfutils/project.yaml
@@ -18,3 +18,4 @@ view_restrictions: none
auto_ccs:
- evverx@gmail.com
- izzeem@google.com
+ - david@adalogics.com