Skip to content

Commit 72d704c

Browse files
committed
fix bug in learn_tools_sha.sh script
Signed-off-by: Tim Ramlot <42113979+inteon@users.noreply.github.com>
1 parent 478fda5 commit 72d704c

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

scripts/learn_tools_shas.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,8 @@ for os_arch in linux/amd64 linux/arm64 darwin/amd64 darwin/arm64; do
5252

5353
# Download the tools
5454
make -j \
55+
DOWNLOAD_DIR="${tmp_dir}/_bin/learn/download" \
56+
GOVENDOR_DIR="${tmp_dir}/_bin/learn/govendor" \
5557
HOST_OS="${os}" \
5658
HOST_ARCH="${arch}" \
5759
LEARN_FILE="${learn_file}" \

0 commit comments

Comments
 (0)