Commit Graph

4 Commits

Author SHA1 Message Date
Joyce 1d4c89284b
Add main_repo to project.yaml files (#10004)
### Changes

I tried to find out which would be the main_repo and it is important to
notice that many are not hosted on github or neither using a git repo
(using svn for example).

Besides that, I was also not able to find out the main repo for the
following projects:


| **file** | **comment** |

|------------------------|-----------------------------------------------------------------------------------|
| lzo/project.yaml | |
| qcms/project.yaml | |
| bzip2/project.yaml | |
| dlplibs/project.yaml | |
| freeimage/project.yaml | hosted on csv
https://sourceforge.net/p/freeimage/code/ |
| xerces-c/project.yaml | |
| xpdf/project.yaml | |
| lzma/project.yaml | at source forge but no code section found
https://sourceforge.net/projects/p7zip/ |

Another case that I was not sure about which url do add on the
`qubes-os/project.yaml`. Its homepage is related to the entire org.

---------

Signed-off-by: Joyce Brum <joycebrum@google.com>
2023-03-30 16:15:32 +11:00
Fabian Meumertzheim f3304082c2
bazel-rules-fuzzing-test: Link python to python3 (#9024)
rules_fuzzing uses Bazel 4, which still expects `python` in `PATH`.

Work towards
https://github.com/bazelbuild/rules_fuzzing/pull/212#issuecomment-1317260421
2022-11-22 13:46:47 +11:00
jonathanmetzman 8520693633
[infra][jvm] Split out JVM projects to their own builder. (#6336) 2021-08-30 06:51:24 -07:00
Fabian Meumertzheim 84ea9561f7
[infra] Add support for rules_fuzzing's java_fuzz_test macro (#5960)
* [infra] Add support for rules_fuzzing's java_fuzz_test macro

* [infra] Update bazelisk for rolling release support

* [infra] Fix C++ stdlib mixing for uninstrumented Bazel targets

The build script for Bazel rules_fuzzing tests did not set the C++
stdlib for uninstrumented C++ binaries, which thus use the system
libstdc++ instead of the libc++ built from source.

* [rules_fuzzing] Add test project for rules_fuzzing's java_fuzz_test
2021-06-28 06:33:38 -07:00