aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorTaras Madan <tarasmadan@google.com>2024-07-02 12:40:52 +0200
committerTaras Madan <tarasmadan@google.com>2024-07-02 14:37:44 +0000
commita76d7f89c2a885e94e291f5cfc4f6cd600e9e953 (patch)
treecac1a3a488879b87d8065d1c57f0027a9f87a4e8 /tools
parent7726cde4f7af446747e3dbf550b8715bfd962115 (diff)
tools/syz-bq.sh: share the kernel source with monorepo.go
It saves approximately 4 minutes for the every batch job.
Diffstat (limited to 'tools')
-rwxr-xr-xtools/syz-bq.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/syz-bq.sh b/tools/syz-bq.sh
index efd2dcfda..b1163c52e 100755
--- a/tools/syz-bq.sh
+++ b/tools/syz-bq.sh
@@ -68,7 +68,7 @@ gcloud spanner databases ddl update coverage --instance=syzbot --project=syzkall
--ddl="$create_table"
echo "Workdir: $workdir"
-base_dir="${workdir}repos/base"
+base_dir="${workdir}repos/linux_kernels"
if [ ! -d $base_dir ]; then
echo "base dir doesn't exist, cloning"
git clone $repo $base_dir