@ghedo can you make sense of this? Is this the boringssl build from within quiche and if so, do you know if we can make it not use the --parallel option?
... in an attempt to avoid BoringSSL using cmake --parallel because
that's an option that doesn't exist in the cmake shipped in Ubuntu
Bionic, which is a system commonly used in our CI systems.
Fixes#7927
I did this
I checked recent CI builds. I noticed that both builds on zuul that build quiche (+boringssl) fail consistently. The build ends with:
example failure
I think this is the boringssl part? It looks like it uses a cmake option that the cmake version used here doesn't support.
I expected the following
All quiche builds to be fine.
curl/libcurl version
current git master
operating system
These builds run on ubuntu-bionic.
The text was updated successfully, but these errors were encountered: