Commit f836853
authored
Fix CI fuzz job (#12835)
* Disable BUILD_TESTING option in build_boringssl_h3_tools.sh
Disable testing during the build process for both shared and static libraries.
* Add workflow_dispatch trigger to CIFuzz workflow
* Update cifuzz.yml
* Update cifuzz.yml
* Pin libc-ares-dev package version to 1.16.0
* Update oss-fuzz.sh
* Update oss-fuzz.sh
* Update Python version in oss-fuzz.sh script
* Update oss-fuzz.sh
* Update CI to use Ubuntu 24.04 for fuzzing
* Update CIFuzz workflow actions to latest version
Updated CIFuzz workflow to use the latest actions from Google OSS-Fuzz.
* Update BoringSSL checkout and CMake configuration
Updated the BoringSSL checkout commit and modified CMake flags for building shared and static libraries.
* Update Go version to 1.24.12
* Create symbolic links for libswoc libraries
Add symbolic links for libswoc shared libraries
* Update symbolic links for libswoc in oss-fuzz.sh
* Fix symlink creation for libswoc in oss-fuzz.sh
* Fix symlink creation for libswoc in oss-fuzz.sh
Change directory to $OUT/lib before creating symlinks for libswoc.1 parent 2747c99 commit f836853
3 files changed
Lines changed: 17 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| |||
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
66 | 71 | | |
67 | 72 | | |
68 | 73 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
112 | 112 | | |
113 | 113 | | |
114 | 114 | | |
115 | | - | |
| 115 | + | |
116 | 116 | | |
117 | 117 | | |
118 | 118 | | |
| |||
121 | 121 | | |
122 | 122 | | |
123 | 123 | | |
124 | | - | |
| 124 | + | |
125 | 125 | | |
126 | 126 | | |
127 | 127 | | |
| |||
146 | 146 | | |
147 | 147 | | |
148 | 148 | | |
149 | | - | |
| 149 | + | |
150 | 150 | | |
151 | 151 | | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
152 | 155 | | |
153 | 156 | | |
154 | 157 | | |
155 | 158 | | |
156 | 159 | | |
157 | 160 | | |
158 | | - | |
| 161 | + | |
159 | 162 | | |
160 | 163 | | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
161 | 167 | | |
162 | 168 | | |
163 | 169 | | |
| |||
0 commit comments