aboutsummaryrefslogtreecommitdiff
path: root/projects/grpc-swift
AgeCommit message (Collapse)Author
2021-09-05grpc-swift needs zlib (#6402)Catena cyber
* grpc-swift needs zlib * swift: do not use CFLAGS for coverage
2021-09-02Swift ideal integration (#6312)Catena cyber
* Helper flags for swift compilation * Documentation for swift project integration * Adds swift to the languages with coverage * Only thread sanitizer is supported * Fixes swift coverage target compilation * fixup flags facotring * swift: run on new ubuntu * fixup * swift: right copy for symbolizer
2021-08-24[Ubuntu upgrade][NFC] Improve message for swift projects. (#6292)jonathanmetzman
Related: #6180.
2021-08-23[Ubuntu Upgrade] Pin swift projects to specific image.Jonathan Metzman
This will prevent the builds from breaking when we do the upgrade. Some of the issues I encountered were: 1. Installing no longer existing packages libstdc++-5-dev 2. Patch failing when I upgraded swift version (I think old version doesn't work on focal). Related: https://github.com/google/oss-fuzz/issues/6180 Right now this change is an NFC because base-builder-swift isn't even being updated at the moment (see #6269)
2021-08-20New base builder without lang specific installation + swift base (#5986)asraa
Removes unnecessary stuff in base-builder image to create a base-builder-new, and then adds a base-builder-swift on top of this that swift projects can use (without JVM/Go/etc fuzzing).
2021-05-24Use upstream targets for grpc-swift (#5825)Catena cyber
2021-05-12Adds grpc-swift project (#5630)Catena cyber