aboutsummaryrefslogtreecommitdiff
path: root/infra/ci
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2021-04-02 20:29:09 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2021-04-02 20:29:09 +0000
commit8dd31c7112ba7b07fcafe02c83dc9ef3808cdab7 (patch)
tree328e6c9629b196cec1de3a94ee804d9fee3a0524 /infra/ci
parent1bddf265a8faeccdfb8494c5f6cca5598142f59a (diff)
parent75c8dcf71ca8652f671b4ca5fea780a558c86e08 (diff)
downloadoss-fuzz-8dd31c7112ba7b07fcafe02c83dc9ef3808cdab7.tar.gz
Original change: https://android-review.googlesource.com/c/platform/external/oss-fuzz/+/1662261 Change-Id: I968ed19a4d61f3a70193f29ed73d211e174339f2
Diffstat (limited to 'infra/ci')
-rwxr-xr-xinfra/ci/build.py2
-rw-r--r--infra/ci/requirements.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/infra/ci/build.py b/infra/ci/build.py
index f71799bb2..addeb7879 100755
--- a/infra/ci/build.py
+++ b/infra/ci/build.py
@@ -32,7 +32,7 @@ DEFAULT_ENGINES = ['afl', 'honggfuzz', 'libfuzzer']
DEFAULT_SANITIZERS = ['address', 'undefined']
# Languages from project.yaml that have code coverage support.
-LANGUAGES_WITH_COVERAGE_SUPPORT = ['c', 'c++', 'go']
+LANGUAGES_WITH_COVERAGE_SUPPORT = ['c', 'c++', 'go', 'rust']
def get_changed_files_output():
diff --git a/infra/ci/requirements.txt b/infra/ci/requirements.txt
index 48d2ae758..f0a8be0b5 100644
--- a/infra/ci/requirements.txt
+++ b/infra/ci/requirements.txt
@@ -4,5 +4,5 @@ pyfakefs==4.1.0
pylint==2.5.3
pytest==6.2.1
pytest-xdist==2.2.0
-PyYAML==5.3.1
+PyYAML==5.4
yapf==0.30.0