Commit Graph

11 Commits

Author SHA1 Message Date
Dirk Lemstra 26a5fd4916
Add libjxl to the build of ImageMagick and removed i386 architecture. (#8363)
* Add libjxl to the build of ImageMagick.

* Removed i386 architecture.

* Removed specific settings.
2022-08-29 13:20:05 +01:00
Dirk Lemstra b9c62d69f8
Removed packages that we no longer need to install and enabled memory sanitizer (#8355)
* Removed packages that we no longer need to install.

* Enabled memory sanitizer.

* Also add Jon Sneyers to the CC list of ImageMagick.
2022-08-27 16:58:33 +01: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
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
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
Alex Gaynor 51f8df10c1 [imagemagick] build for i386 (#2907)
* [imagemagick] build for i386

* Try install libc6 for i386
2019-10-09 21:53:31 -07:00
Dirk Lemstra 92553e2d0c Changed email address for ImageMagick primary contact. (#2259) 2019-03-23 11:29:59 -07:00
Dirk Lemstra ffcb29e3c9 Changed email address of ImageMagick developer. (#1097) 2018-01-20 17:05:04 -08:00
Dirk Lemstra 0f29e15765 Added e-mail address for other core developer. (#1088) 2018-01-18 11:20:11 -08:00
Alex Gaynor 3367df63fd fixed yaml file for imagemagick (#1062) 2018-01-10 10:02:05 +11:00
Paul Kehrer 6813e360b6 [imagemagick] Imagemagick support (#1040)
* implement imagemagick fuzzing

* Compile one fuzzer per encoder

* oops, need this

* formatting!

* make the fuzzer per encoder work :)

* use ADD

* sizeof all teh things!

* oops

* add dirk as the primary contact

* use Degrees here

* extract just the images we want for the seed corpus (corpi?)

* use Width where possible

* add all sanitizers

* fix a foolish bug

* move the corpus gen to the end of build.sh
2018-01-08 10:01:58 -08:00