From 2c29bf5a21f34aa1b52d64f153c87a717b2f4f0c Mon Sep 17 00:00:00 2001 From: Christian Helmuth Date: Mon, 24 Aug 2020 14:05:37 +0200 Subject: [PATCH] tool_chain_auto: depend on zlib from depot This prevents run-script failures in case hashes are out-of-date. --- repos/ports/run/tool_chain_auto.run | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/repos/ports/run/tool_chain_auto.run b/repos/ports/run/tool_chain_auto.run index 075aa247ab..90c991bb17 100644 --- a/repos/ports/run/tool_chain_auto.run +++ b/repos/ports/run/tool_chain_auto.run @@ -29,7 +29,8 @@ import_from_depot [depot_user]/src/[base_src] \ [depot_user]/src/libc \ [depot_user]/src/stdcxx \ [depot_user]/src/fs_rom \ - [depot_user]/src/cached_fs_rom + [depot_user]/src/cached_fs_rom \ + [depot_user]/src/zlib #