Commit 6be45c1bd81391762025cb11fb12ad48ecc8d9e7
Use Ubuntu2204 to build with clang on AppVeyor
There is weird crash on Ubuntu2004 that's probably unrelated to uncov.
Author: xaizek
Author date (UTC): 2025-11-21 11:57
Committer name: xaizek
Committer date (UTC): 2025-11-21 11:58
Parent(s): 58fb35bda72a9b3345d43376377a5401f375ef5d
Signing key: 99DC5E4DB05F6BE2
Tree: ce271071ac64f52789b1763e9b0aad78e05e16ee
| File scripts/appveyor/config.yml changed (mode: 100644) (index 1ead91f..c503759) |
| ... |
... |
environment: |
| 20 |
20 |
- BUILDENV: ubuntu |
- BUILDENV: ubuntu |
| 21 |
21 |
CC: ccache clang |
CC: ccache clang |
| 22 |
22 |
CXX: ccache clang++ |
CXX: ccache clang++ |
| 23 |
|
APPVEYOR_BUILD_WORKER_IMAGE: Ubuntu2004 |
|
|
23 |
|
APPVEYOR_BUILD_WORKER_IMAGE: Ubuntu2204 |
| 24 |
24 |
- BUILDENV: ubuntu |
- BUILDENV: ubuntu |
| 25 |
25 |
CC: ccache gcc |
CC: ccache gcc |
| 26 |
26 |
CXX: ccache g++ |
CXX: ccache g++ |