Commit e9bf6a0
committed
CI: stop installing clang on integration image
After switching to noble the clang installed on the container image
began failing to compile nginx:
```
/usr/bin/clang -c -pipe -O -Wall -Wextra -Wpointer-arith -Wconditional-uninitialized -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/event/quic -I src/os/unix -I ../../pcre-8.45 -I objs -I src/http -I src/http/modules \
-o objs/addon/src/ngx_http_headers_more_headers_in.o \
../../headers-more-nginx-module-0.34/src/ngx_http_headers_more_headers_in.c
../../headers-more-nginx-module-0.34/src/ngx_http_headers_more_headers_in.c:766:24: error: variable 'nelts' set but not used [-Werror,-Wunused-but-set-variable]
766 | int nelts;
| ^
1 error generated.
make[1]: *** [objs/Makefile:1300: objs/addon/src/ngx_http_headers_more_headers_in.o] Error 1
make[1]: Leaving directory '/tmp/build/04d13fd0/bosh/src/tmp/nginx-work/nginx-src/nginx-1.29.3'
make: *** [Makefile:10: build] Error 2
rake aborted!
```
Ex: https://bosh.ci.cloudfoundry.org/teams/main/pipelines/bosh-director/jobs/integration-postgres/builds/820#L6915ad9f:19531 parent cca5499 commit e9bf6a0
1 file changed
+0
-15
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
80 | | - | |
81 | | - | |
82 | | - | |
83 | | - | |
84 | | - | |
85 | | - | |
86 | | - | |
87 | | - | |
88 | | - | |
89 | | - | |
90 | | - | |
91 | | - | |
92 | | - | |
93 | 80 | | |
94 | 81 | | |
95 | 82 | | |
| |||
120 | 107 | | |
121 | 108 | | |
122 | 109 | | |
123 | | - | |
124 | 110 | | |
125 | 111 | | |
126 | 112 | | |
| |||
132 | 118 | | |
133 | 119 | | |
134 | 120 | | |
135 | | - | |
136 | 121 | | |
137 | 122 | | |
138 | 123 | | |
| |||
0 commit comments