aboutsummaryrefslogtreecommitdiff
path: root/infra/ci
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2021-04-02 18:58:42 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2021-04-02 18:58:42 +0000
commit235e96b2f8ab4e43316158a2e6fa69e75a219e23 (patch)
tree328e6c9629b196cec1de3a94ee804d9fee3a0524 /infra/ci
parentcabb96cd6c37847d08a16b25069f3123261f9e8a (diff)
parent1117028736bb5d25636487a468b225d2b279285b (diff)
downloadoss-fuzz-235e96b2f8ab4e43316158a2e6fa69e75a219e23.tar.gz
Upgrade oss-fuzz to 947169dc86572e121c3e138f366a9f39ac6266ae am: f3764d0712 am: 1117028736
Original change: https://android-review.googlesource.com/c/platform/external/oss-fuzz/+/1662261 Change-Id: I8526ccfaeb10e35f986e2e8cc24c66e965584281
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