deno/.github
Bert Belder f911dc3afe
ci: fix rusty_v8 binary download unavailable (#7898)
A recent change in rustc or cargo made it so that rusty_v8's `build.rs`,
which is responsible for downloading `librusty_v8.a`, does not get
rebuilt or re-run when its build output directory is restored from the
Github Actions cache.

However, rusty_v8's custom build script does not save the download to
its build output directory; it puts the file in
`target/debug|release/gn_out/obj` instead.

To get CI going again we opted to add `target/*/gn_out` to the Github
Actions cache.

A more robust fix would be make rusty_v8 save the download to the
cargo-designated output directory.
2020-10-09 15:11:36 +02:00
..
workflows ci: fix rusty_v8 binary download unavailable (#7898) 2020-10-09 15:11:36 +02:00
FUNDING.yml Add sponsor button (#5880) 2020-05-26 15:28:48 -04:00
PULL_REQUEST_TEMPLATE.md chore: update contributing.md and PR template (#7820) 2020-10-06 10:40:48 +02:00