oss-fuzz/infra/ci
jonathanmetzman a28d03be6e
Build base-images before building projects in CI (#4679)
This will help us catch breaking changes to the base-images.
Unfortunately caching seems to fail here when I expect it to help. 
For example, base-builder doesn't build from cache when I do it locally.
This means that every other image I try to build doesn't use the cache. 
That means that base-clang would take forever to rebuild. 
So to compromise, I don't rebuild base-clang here.
This means that this PR won't catch breaking changes to base-image or base-clang that break in base-builder.
But it will catch breaking changes to base-image that break in base-runner and it will catch breaking changes to base-runner and base-builder.
2020-11-20 10:09:17 -08:00
..
build.py Build base-images before building projects in CI (#4679) 2020-11-20 10:09:17 -08:00
build_test.py [CI] Don't do coverage builds for engineless fuzzers. (#4374) 2020-08-26 11:59:56 -07:00
requirements.txt CI fix. (#4139) 2020-07-15 09:46:24 -07:00