Commit Graph

5 Commits

Author SHA1 Message Date
Daiki Ueno f369375419
nettle: Use default focal image (#6482)
* nettle: Use fixed --libdir

When building with autoconf 2.69 in Ubuntu 20.04, the build script
fails to detect the library installation location:

  + export LIBNETTLE_A_PATH=
  + LIBNETTLE_A_PATH=
  ++ realpath ../nettle-with-libgmp-install/lib/libhogweed.a
  realpath: ../nettle-with-libgmp-install/lib/libhogweed.a: No such file or directory

Instead of guessing where the static libraries are installed, this
patch makes it always installed in the same location.

* nettle: Use default focal image
2021-09-18 12:06:58 +01:00
jonathanmetzman bf1275f005
[Ubuntu upgrade] Pin projects to Xenial where fuzzer build fails. (#6293)
This does not include coverage build failures.
Related: #6180.
2021-08-24 15:24:25 -07:00
jonathanmetzman fe09bda7d6
Install python in projects that depend on it. (#6251)
When we upgrade to 20.04, python wont be in base-builder and
these projects will fail unless they install it.
Until then, this change should be a noop.

Related: #6180
2021-08-20 05:16:38 +00:00
Guido Vranken e9d47ca070
Update Boost download location in all projects (try 2) (#5705)
bintray is deprecated now
2021-05-03 19:26:18 -07:00
Guido Vranken 5aee8e4e76
[nettle] Add project (#4578)
* [nettle] Add project

* [nettle] Fix language field in project.yaml
2020-10-29 22:09:09 -07:00