Commit Graph

16 Commits

Author SHA1 Message Date
jonathanmetzman 439d0bc2c6
Enable centipede on a bunch of projects (#9643) 2023-02-13 14:24:42 -05:00
jonathanmetzman 2e6c7fac42
Opt-out of centipede in projects that don't support it (#9300)
Related: https://github.com/google/oss-fuzz/issues/9299
2023-02-08 11:28:45 -05:00
tsdgeos 826bfa26d1
karchive/kcodecs: Build the kf5 branches for now (#9481)
master is Qt6 based, and needs some work to be adapted
2023-01-23 14:23:28 +01:00
tsdgeos 8dd11edb09
kcodecs: Fix build (#8718)
To build translations we need more qt stuff, so just delete translations
2022-10-07 15:38:19 -07:00
tsdgeos 11e848551c
kcodecs: Fix build (#8457) 2022-09-09 12:12:13 -07:00
jonathanmetzman 390c200c1e
[Ubuntu upgrade] Disable MSAN in projects that will have false positives. (#6303)
Do this based mostly on instrumented_libraries and more tests.

Related: #6180
2021-08-25 22:14:20 -07:00
jonathanmetzman 806d1a0620
[Ubuntu upgrade] Disable MSAN where it doesn't support on Ubuntu 20.04 (#6281)
These projects were tested and it was found that their use
of MSAN does not work on Ubuntu 20.04. Therefore their use of
MSAN is being disabled.

Related: #6180
2021-08-24 15:24:47 -07:00
tsdgeos 89d8215b93
Fix kcodecs build (#5955)
New kcodecs requires C++17, we need a newer gperf able of generating C++17
compliant code
2021-06-22 07:54:18 -04:00
Oliver Chang 84faf55729
Populate a bunch of main_repo values. (#4815)
Also enforce this for future integrations.
2020-12-10 09:49:27 +11: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
tsdgeos 0afde6a4a9
anongit.kde.org is gone, use invent.kde.org (#3983) 2020-06-13 09:30:27 -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
tsdgeos 0d738e73df Fix build of karchive and kcodecs (#3118)
I'm being a bit naughty building Qt so this is mostly my fault
2019-12-12 15:40:18 -08:00
tsdgeos 58df29fd3f Use 5.15 branch of Qt for now (#2888)
A direct clone now gives you dev which is future Qt 6, none of the
code using Qt expects Qt6 yet

Using 5.15 now (instead 5.12 before) means we have to disable
sanitize=vptr in parts of qt in kimageformats since those
parts now compile with no-rtti

While at it make the compilation script a bit better:
 * Don't need to disable compressing rcc files, only needed to pass
the CFLAGS to the QMAKE_CFLAGS
 * Also fix the "make qmake faster" sed command
2019-09-26 09:17:32 -07:00
jonathanmetzman 3049c50d48
Migrate projects using -lFuzzingEngine to $LIB_FUZZING_ENGINE (#2325)
Migrate from -lFuzzingEngine to $LIB_FUZZING_ENGINE where possible and not causing breakage
2019-05-01 11:09:55 -04:00
tsdgeos 25afe67574 [kcodecs] Add new project: kcodecs (#2127) 2019-02-05 15:45:03 -08:00