Skip to content

Commit 64da631

Browse files
authored
bazel/ci: Fix arm cache/download issue (#39684)
Currently arm still gets errors about downloading icu etc (been better recently) - whereas its fixed in x86 this makes the caching for arm closer to x86 - and should resolve issues like this where its missing required cache for ci Signed-off-by: Ryan Northey <[email protected]>
1 parent 63094c8 commit 64da631

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/_request_cache.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,3 +84,5 @@ jobs:
8484
--config=cache-envoy-engflow
8585
targets: >-
8686
//test/...
87+
//contrib/...
88+
//source/...

0 commit comments

Comments
 (0)