Commit Graph

22 Commits

Author SHA1 Message Date
Christian Holler (:decoder) e0b418a7ba
Set rpath on js binary to properly resolve included libraries on runner (#5646) 2021-04-21 07:53:07 -07:00
Tyson Smith 6998e8e9dc
[firefox/spidermonkey] Fix mach call and install dep (#5446) 2021-03-19 10:19:21 -07:00
Christian Holler (:decoder) a15ab02cc4
[firefox/spidermonkey] Remove cargo wrapper in /usr/local/bin to fix builds (#5369) 2021-03-11 12:48:11 -08:00
Oliver Chang a8263735f5
Add a blackbox field to project.yaml (#4405)
This is needed for CF to determine whether or not to allocate the
project on a higher end bot to run the blackbox fuzzer.

Previously this was keyed on the "none" entry under fuzzing_engines,
which wasn't very descriptive. This change also lets us do both blackbox
and greybox fuzzing in the same project, which will be done for quickjs.
2020-09-03 11:08:09 +10:00
Tyson Smith df40d511b1
[spidermonkey] Fix issue 19014 (#4369) 2020-08-25 16:39:51 -07: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
Abhishek Arya b79b7cd88d
Use available nightly rust for spidermonkey build 2020-05-24 00:15:16 -07:00
Christian Holler (:decoder) 4f72fc8fbe
Fix SM builds and use -gline-tables-only for building (#3542) 2020-03-26 08:29:48 -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
Sylvestre Ledru 99d7bc4020 spidermonkey: add myself to the cc list (#2932) 2019-10-09 09:55:58 -07:00
Alex Gaynor 0619a50b4d Remove references to my Alex's mozilla email (#2610) 2019-07-15 19:56:34 -07:00
Alex Gaynor 0584bccf21 [spidermonkey] Fixed spidermonkey build by temporarily disabling cranelift (#1864) 2018-10-09 11:11:04 -07:00
Abhishek Arya 05e6eee95c
Update build.sh 2018-08-19 15:00:43 -07:00
Abhishek Arya 63c7d817d8
Update Dockerfile 2018-08-19 14:58:18 -07:00
Alex Gaynor 1db0aa1aa3 [spidermonkey] Another attempt to fix spidermonkey build (#1693) 2018-08-08 07:45:51 -07:00
Alex Gaynor c6d67eaa7b [spidermonkey] Fixed spidermonkey build -- it now requires rust (#1691) 2018-08-07 12:46:48 -07:00
Alex Gaynor 74ed624fec spidermonkey: Don't compile tests (#1232) 2018-03-12 07:41:59 -07:00
Alex Gaynor d22048a3b5 Build spidermonkey in parallel (#1005) 2017-11-23 13:12:37 -08:00
Abhishek Arya fdd0cff32a
Update build.sh 2017-11-08 07:52:56 -08:00
Alex Gaynor 60b347e137 Added Christian Holler to spidermonkey reports (#965) 2017-11-07 12:37:09 -08:00
Alex Gaynor 156843d930 Install python into the spidermonkey build env (#958) 2017-11-06 12:46:17 +11:00
Alex Gaynor 18ffe5a3cd Refs #925 -- Added build for spidermonkey (#950)
* Refs #925 -- Added build for spidermonkey

* review feedback

* Switch to the git mirror

git has --depth, which lets us speed up clones. we can switch to the hg upstream once @durin42 implements shallow clones for hg :-)

* Clone this as m-c
2017-11-06 10:48:44 +11:00