Skip to content

Commit fefa0b9

Browse files
authored
Merge branch 'master' into cirq-revise-dockerfile
2 parents 7c0e4a2 + 88d8897 commit fefa0b9

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

projects/evo-inflector/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@
1414
#
1515
##########################################################################
1616
FROM gcr.io/oss-fuzz-base/base-builder-jvm
17-
RUN curl -L https://archive.apache.org/dist/maven/maven-3/3.6.3/binaries/apache-maven-3.6.3-bin.zip \
17+
RUN curl -L https://archive.apache.org/dist/maven/maven-3/3.9.9/binaries/apache-maven-3.9.9-bin.zip \
1818
-o maven.zip && \
1919
unzip maven.zip -d $SRC/maven && \
2020
rm maven.zip
21-
ENV MVN $SRC/maven/apache-maven-3.6.3/bin/mvn
21+
ENV MVN $SRC/maven/apache-maven-3.9.9/bin/mvn
2222
RUN git clone --depth 1 https://github.com/atteo/evo-inflector evo-inflector
2323
COPY *.sh *.java $SRC/
2424
WORKDIR $SRC/evo-inflector

projects/gstreamer/project.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ auto_ccs:
99
- "saunierthibault@gmail.com"
1010
- "ystreet00@gmail.com"
1111
- "thaytan@noraisin.net"
12+
- "adam@adalogics.com"
13+
- "arthur.chan@adalogics.com"
14+
- "david@adalogics.com"
1215
main_repo: 'https://gitlab.freedesktop.org/gstreamer/gstreamer.git'
1316

1417
fuzzing_engines:

0 commit comments

Comments
 (0)