Commit Graph

17 Commits

Author SHA1 Message Date
jonathanmetzman 03d18372d5
Reland [Ubuntu upgrade] Fix projects so they don't break with upgrade (#6313)
This reverts commit 878c32419c.

Related: #6180
2021-08-26 09:53:49 -07:00
Oliver Chang 878c32419c
Revert "[Ubuntu upgrade] Fix projects so they don't break with upgrade. (#6304)" (#6306)
This reverts commit 5549d804b3.
2021-08-26 15:42:34 +10:00
jonathanmetzman 5549d804b3
[Ubuntu upgrade] Fix projects so they don't break with upgrade. (#6304)
Fix projects so they don't break with upgrade.
These fixes are likely not backwards compatible and will fail on
Ubuntu 16.04.
Related: #6180
2021-08-25 22:14:52 -07:00
Tim Rühsen 3fa5fc6518
[libpsl] Fix build (#5816) 2021-05-22 20:25:54 +01:00
Abhishek Arya 1d5a2cd84e
Fill in main_repo for several projects. (#4816)
* Fill in main_repo for several projects.

* Add some go repos.
2020-12-09 21:52:40 -08:00
devtty1er d561c49ae5
Update Dockerfiles (#4070)
* Use LABEL in place of MAINTAINER

* Remove LABEL maintainer from Dockerfiles
2020-07-06 13:18:23 -07:00
Tim Rühsen 1eea5653d2
[libpsl] Update libicu to fix the build (#3628) 2020-04-12 12:10:44 -07:00
Max Moroz 71f4914c45
[presubmit] Enforce language attribute in project.yaml to be always set. (#3477)
* [presubmit] Enforce language attribute in projectt.yaml to be always set.

* Update documentation, better presubmit check, new project template.

* add docstring to templates.py

* Add example values in the project.yaml template and remove python value for now

* Add "project: c++" to 256 projects

* format

* Add labels and selective_unpack sections to the presubmit check

* fix incorrect auto_ccs format in three projects

* fix nss emails after rebase
2020-03-10 11:08:01 -07:00
Tim Rühsen 16fcc34ac8 [libpsl] Fix build: convert PSL to NFC (#1924) 2018-11-04 14:50:45 -08:00
Tim Rühsen 04be9ced8f [libpsl] Add config.site (#1456) 2018-05-30 10:46:43 -07:00
Tim Rühsen 44b807c57d [libpsl] Fix and optimize libpsl build (#1446)
* [libpsl] Add autoconf-archive to fix libidn2 build

* [libpsl] Speed up build by using ./configure caches

* [libpsl] Prevent cloning gnulib multiple times
2018-05-25 07:05:58 -07:00
Max Moroz a7bb4f0046 [libpsl] Remove redundant flags for disabling UBSan's vptr check. (#719) 2017-07-18 06:59:23 -07:00
Tim Rühsen 1cb700034c [libpsl] Fix libicu+undefined build (#717) 2017-07-17 13:09:00 -07:00
Tim Rühsen 75fb8e55aa [libpsl] Add fuzzers for conditional code paths (#712)
Libpsl can either be built with libicu, libidn2, libidn or with
basic internal code. Each built uses different code paths via
conditional compilation. To cover all these paths during fuzzing
and regression testing, new fuzzer targets are added by this commit.
2017-07-12 08:02:34 -07:00
Tim Rühsen 037660bcf1 [libpsl] Build and link with latest static dependencies (#706) 2017-07-08 13:30:35 -07:00
Tim Rühsen b9e125f9df [libpsl] Install libidn2 from git and statically link the fuzz target against it (#680) 2017-06-20 15:03:06 -07:00
Tim Rühsen 1353edfc44 Add libpsl to oss-fuzz (#670) 2017-06-09 15:49:58 -07:00