Skip to content

Commit 07c1ba3

Browse files
authored
Pin the hyperlink module version to 19.0.0 in order to unblock the CI and deployment. (#1946)
* Test CI and GCB failures. * pin hyperlink==19.0.0 * Fix a typo
1 parent 6dba018 commit 07c1ba3

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/python/bot/fuzzers/libfuzzer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -586,7 +586,7 @@ def _push_corpora_from_host_to_target(self, corpus_directories):
586586
self._clear_all_target_corpora()
587587
logs.log('Push corpora from host to target.')
588588
for corpus_dir in corpus_directories:
589-
# Appending '/*' indicates we want all the *files* in the corpus_dir's
589+
# Appending '/*' indicates we want all the *files* in the corpus_dir's.
590590
self.fuzzer.device.store(
591591
corpus_dir + '/*',
592592
self._corpus_target_subdir(os.path.basename(corpus_dir)))

src/requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ google-cloud-profiler==1.0.3
1313
google-cloud-storage==1.28.1
1414
grpcio==1.28.1
1515
httplib2==0.18.0
16+
hyperlink==19.0.0
1617
lxml==4.5.0
1718
mozprocess==1.1.0
1819
oauth2client==4.1.3

0 commit comments

Comments
 (0)