Commit cd4e9ba
Bump Rust to 1.87, Clang/LLVM to 20 (#3926)
* build: update Rust MSRV to 1.87
* ci: add otel exporter for better diagnostics when things go wrong
* ci: limit build parallelism
* bump PHP versions and reduce image size
* Start using bookworm-8 images in CI
* docs: explain minimal rust install
* ci(appsec): adopt bookworm-8
This is going to cause breakages with lints
* ci: use versioned images for shared-ext too
* ci(appsec): clang 17 to clang 20
* ci(appsec): bump Rust to 1.87
* bump PHP and Rust for Windows too
* fix llvm version mismatch and fix cache key
* ci: attempt to build Windows images in CI
* ci: copy bits of windows_git_setup
* ci: windows buildx didn't support --no-cache
* ci: windows didn't even have buildx, way to bury the lede
* ci: avoid docker compose for windows
* appsec: backport fmt lib changes for libddwaf
* ci: verify the compiler shell after install
* ci: windows more verification in tool images
* ci: rename windows build jobs
* add missing docker arg
* wip windows
* upd appsec tag mappings; work around problem due to gradle upgrade
* wip windows
* try to fix vc14
* try to fix vc14 tmp folder
* sleep for a bit before deleting installer to avoid it being locked still
* simplify vc14 install
* adjust vc14 configure args
* oops, full was too much
* revert base images, vc images were replaced
* revert tool images down to just MSRV bump
* patch PHP sdk script
* drop vc14, PHP 7.0/7.1, and fix php-8.0.30.tar.gz hash
* drop the user-agent, it's causing rejections
* move bookworm next to 9
* appsec: bump spdlog's fmt lib too
* style(appsec): format with clang-format 20
* fix(appsec): include order for nonnull
* style(appsec): fix tidy lints, batch 1
* style(appsec): fix tidy lints, batch 2
* fix RemoteConfigTests in new image
* fix TelemetryTests on new images
* drop legacy buster image defintions
* drop legacy centos 6 image defintions
* Fix libdatadog fetch
* ci: restore 7.0/7.1 build images (except for Win)
* xfail Zend/tests/fibers/gh19983.phpt
* ci: delete more PHP 7.0/7.1 Win support
* docker-compose for windows
---------
Co-authored-by: Florian Engelhardt <florian.engelhardt@datadoghq.com>
Co-authored-by: Gustavo André dos Santos Lopes <gustavo.lopes@datadoghq.com>
Co-authored-by: Bob Weinand <bob.weinand@datadoghq.com>1 parent 095538e commit cd4e9ba
186 files changed
Lines changed: 893 additions & 4857 deletions
File tree
- .github/workflows
- .gitlab
- appsec
- src
- extension
- commands
- helper
- network
- remote_config
- listeners
- subscriber
- tests
- helper
- integration
- gradle
- src
- docker
- nginx-fpm-musl
- php
- test/groovy/com/datadog/appsec/php/integration
- third_party
- dockerfiles
- ci
- alpine_compile_extension
- bookworm
- php-7.0
- php-7.1
- php-7.2
- php-7.3
- php-7.4
- php-8.0
- php-8.1
- php-8.2
- php-8.3
- php-8.4
- php-8.5
- buster
- php-7.0
- php-7.1
- php-7.2
- php-7.3
- php-7.4
- php-8.0
- php-8.1
- php-8.2
- php-8.3
- php-8.4
- php-8.5
- php-master
- centos
- 6
- php-7.0
- php-7.1
- php-7.2
- php-7.3
- php-7.4
- php-8.0
- php-8.1
- 7
- windows
- xfail_tests
- verify_packages
- profiling
- tooling
- bin
- metrics
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
57 | | - | |
| 57 | + | |
58 | 58 | | |
59 | 59 | | |
60 | | - | |
| 60 | + | |
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| 14 | + | |
| 15 | + | |
14 | 16 | | |
15 | 17 | | |
16 | 18 | | |
| |||
46 | 48 | | |
47 | 49 | | |
48 | 50 | | |
49 | | - | |
| 51 | + | |
50 | 52 | | |
51 | 53 | | |
52 | 54 | | |
53 | 55 | | |
54 | 56 | | |
55 | | - | |
| 57 | + | |
56 | 58 | | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | | - | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
61 | 76 | | |
62 | 77 | | |
| 78 | + | |
63 | 79 | | |
64 | 80 | | |
65 | 81 | | |
| |||
74 | 90 | | |
75 | 91 | | |
76 | 92 | | |
77 | | - | |
| 93 | + | |
78 | 94 | | |
79 | 95 | | |
80 | 96 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | 13 | | |
24 | 14 | | |
25 | 15 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| 20 | + | |
| 21 | + | |
20 | 22 | | |
21 | 23 | | |
22 | 24 | | |
| |||
46 | 48 | | |
47 | 49 | | |
48 | 50 | | |
| 51 | + | |
| 52 | + | |
49 | 53 | | |
50 | 54 | | |
51 | 55 | | |
| |||
75 | 79 | | |
76 | 80 | | |
77 | 81 | | |
| 82 | + | |
| 83 | + | |
78 | 84 | | |
79 | 85 | | |
80 | 86 | | |
81 | 87 | | |
| 88 | + | |
82 | 89 | | |
83 | 90 | | |
84 | 91 | | |
| |||
92 | 99 | | |
93 | 100 | | |
94 | 101 | | |
| 102 | + | |
95 | 103 | | |
96 | 104 | | |
97 | 105 | | |
98 | 106 | | |
99 | 107 | | |
100 | | - | |
| 108 | + | |
101 | 109 | | |
102 | 110 | | |
103 | 111 | | |
104 | 112 | | |
105 | 113 | | |
106 | | - | |
107 | | - | |
108 | | - | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
109 | 194 | | |
110 | 195 | | |
111 | | - | |
112 | | - | |
113 | | - | |
114 | | - | |
115 | | - | |
116 | | - | |
117 | | - | |
118 | | - | |
119 | | - | |
120 | | - | |
121 | | - | |
122 | | - | |
123 | | - | |
124 | | - | |
125 | | - | |
126 | | - | |
127 | | - | |
128 | | - | |
129 | | - | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
0 commit comments