Commit 7dba092
Arseny Kositsyn
[PGPRO-16769] Fix Travis CI failures
Two issues were causing Travis CI failures:
1. Alpine Linux removed clang15 from its package repositories in recent
versions. Fixed by removing clang15 from Dockerfile dependencies.
2. scan-build with clang-21 fails when analyzing PostgreSQL extensions
built via PGXS. The issue occurs because:
- scan-build sets CLANG environment variable to the analyzer path
- PGXS resets CLANG to an empty string
- ccc-analyzer v21 does not check the CLANG variable for an empty string
- This causes ccc-analyzer to attempt executing an empty command string
Fixed by explicitly passing CLANG as a make command-line argument.
Tags: pg_pathman1 parent 9acc373 commit 7dba092
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
108 | 108 | | |
109 | 109 | | |
110 | 110 | | |
111 | | - | |
| 111 | + | |
112 | 112 | | |
113 | 113 | | |
114 | 114 | | |
| |||
0 commit comments