Khaled Yakdan
81902af8c7
Fix gitea's native fuzzers ( #9378 )
...
gitea's fuzz targets now use Go native fuzzing, and they were moved into
a dedicated `fuzz` package
(https://github.com/go-gitea/gitea/pull/22376 ).
2023-01-09 11:30:41 +00:00
Khaled Yakdan
b6ce1d49d2
gitea: fix build because of multiple Go packages in the same directory ( #9350 )
...
The repo has a file named `external_renderer.go`, which belongs to the
`main` package and is located in the same directory as the fuzz tests,
which belong to the `fuzz` package. This causes a build failure, and no
fuzzers can be built.
2023-01-05 01:08:23 +00:00
Catena cyber
1e03eb94af
Go 1.16 more fixes ( #5239 )
...
* Fixes cilium build
* Fixes dragonfly build
* Fixes fasthttp build
* Fixes fastjson build
* golang build: change directory only temporary
* Fixes gitea build
* Fixes grpc-gateway build
* Fixes hugo project build
* Fixes ipfs build
* Fixes jsonparser build
* Fixes kubernetes build
* Fixes loki build
* Fixes minify build
* Fixes nats build
* Removes go get from the docs
* Fixes quic-go build
* Fixes radon build
* Fixes syzkaller build
* Fixes tidb build
* Fixes vitess build
2021-02-22 15:25:47 -08:00
William Dye
0e6b81c81b
"#/bin/bash" is just a comment; change "#/" to "#!/" ( #5139 )
2021-02-08 15:56:15 -08:00
AdamKorcz
b0f092614e
[Gitea] Fix failing coverage build ( #5110 )
2021-02-04 05:43:34 -08:00
AdamKorcz
1739f32088
[gitea] Initial integration ( #4775 )
...
* [teleport] Initial integration
* Minor update to run tests again
* [gitea] Initial integration
* Removed fuzzer
* Added primary contact
* Updated path of fuzzers
* Added main_repo
2020-12-10 18:41:49 -08:00