You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
build: do not accidentally cache undesired files in github action (#23875)
This commit fixes that the Github actions currently may cache undesired
files. e.g. when Bazel runs the `dist/` folder is populated and
symlinked with the execroot, where another clone of the `node_modules`
would be cached accidentally then. We use an explicit path instead of a
pattern as it has been recommended by the Github action documentation.
Additionally, we fix that the dev-app building on RBE occurs with 2
concurrent jobs due to the host containers only having 2 cores. We can
run more jobs in the RBE containers.
(cherry picked from commit acd5ee1)
0 commit comments