* [libspng] enable i386 builds
* use pip to install newer version of meson
* fix build
* fix build
* fix meson install process
* install zlib:i386
* fix 32-bit build
* use cross-file for i386 build
* switch to cmake
* cd back to top-level after build
* dummy commit
* switch to meson
* fix up paths in crossfile
* dummy commit
* add -m32 LDFLAGS for i386 build
* remove LDFLAGS, force repo update
* print contents of crossfile
* replace cflags/ldflags in crossfile with env vars
Meson ignores environment variables for cross-builds
* dummy commit
* remove 32-bit build code
* remove i386 architecture
* update files
* Bring back zlib1g-dev as it is needed
* [Iroha] Add initial Dockerfile and build.sh
* Single fuzzing target; grpc timeout bumper
Signed-off-by: Konstantin Munichev <toobwn@gmail.com>
* Build fuzzing in a single thread
Signed-off-by: Konstantin Munichev <toobwn@gmail.com>
* [docs] Document shiny new badge in the docs
Use monorail project link instead of build logs
Monorail link has advantage of showing previously found bugs.
It also shows any build failures (though the issue may be hard to find in long-lasting build failures).
The link sorts by date a bug was opened, thus some verified bugs will be shown before more recently opened ones.
dav1d renamed the options build_asm and build_tools. build_asm=false
is no longer needed since the upstream fuzzer target disables the asm
code path when it runs under memory sanitizer.
Use enable_tools=false to skip building the dav1d CLI tools.
The current build rules for TensorFlow take too long and recently they
have been constantly killed. As we are now working on cleaning up the
build, we switched to using new compilers, there is work on making
TensorFlow easier to build, I think it's better to disable the project
for the remainder of the quarter.
Next quarter I'll come back with a better build script and re-enable the
project.
* Add Mozilla fuzzing team to auto_cc of their used 3rd party libraries
* Use new vendor_ccs field in projects.yml (#2703)
* Remove not yet approved projects
* Remove not yet approved projects