aboutsummaryrefslogtreecommitdiff
path: root/infra/ci/build.py
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/build.py
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/build.py')
-rwxr-xr-xinfra/ci/build.py2
1 files changed, 1 insertions, 1 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():