Builder curl-unthreaded-solaris11-sparc Build #6212
Results:
Build successful
SourceStamp:
| Project | curl |
| Repository | https://github.com/curl/curl.git |
| Branch | master |
| Revision | 943ac04fc4d7d554d9064c7cd03fbe1830ff25d4 |
| Got Revision | 943ac04fc4d7d554d9064c7cd03fbe1830ff25d4 |
| Changes | 1 change |
BuildSlave:
unstable11sReason:
The SingleBranchScheduler scheduler named 'schedule-curl-unthreaded-solaris11-sparc' triggered this build
Steps and Logfiles:
Build Properties:
| Name | Value | Source |
|---|---|---|
| branch | master | Build |
| builddir | /export/home/buildbot/slave/curl-unthreaded-solaris11-sparc | slave |
| buildername | curl-unthreaded-solaris11-sparc | Builder |
| buildnumber | 6212 | Build |
| codebase | Build | |
| got_revision | 943ac04fc4d7d554d9064c7cd03fbe1830ff25d4 | Git |
| osplatform | SPARC | SetPropertyFromCommand Step |
| osrelease | 11 | SetPropertyFromCommand Step |
| project | curl | Build |
| repository | https://github.com/curl/curl.git | Build |
| revision | 943ac04fc4d7d554d9064c7cd03fbe1830ff25d4 | Build |
| scheduler | schedule-curl-unthreaded-solaris11-sparc | Scheduler |
| slavename | unstable11s | BuildSlave |
| workdir | /export/home/buildbot/slave/curl-unthreaded-solaris11-sparc | slave (deprecated) |
Forced Build Properties:
| Name | Label | Value |
|---|
Responsible Users:
- Viktor Szakatscommit@vsz.me
Timing:
| Start | Wed Aug 12 11:19:51 2026 |
| End | Wed Aug 12 12:10:30 2026 |
| Elapsed | 50 mins, 38 secs |
All Changes:
:
Change #277943
Category curl Changed by Viktor Szakats <commit@vsz.me> Changed at Wed 12 Aug 2026 12:53:06 Repository https://github.com/curl/curl.git Project curl Branch master Revision 943ac04fc4d7d554d9064c7cd03fbe1830ff25d4 Comments
CI: dump `libcurl.pc` (and `curl-config`) to log, verify `.pc` with `pccritic` tool `pccritic` is available on the latest macOS runner revision (not every job runs get it yet), Cygwin, MSYS2/mingw-w64 (one job, others will follow on the next msys2/setup-msys2 Action bump). It will be automatically used on BSDs, once they start offering it. Missing from Linux jobs. Also: - GHA/windows: convert `libcurl.pc` to Unix newlines to bump score 96 to 100 in mingw-w64 jobs. CMake-specific fix pending in: #22556 - GHA: verify with minimum `pccritic` score 94 to 100 (depending on CI job). - build: fill `Maintainer:` `libcurl.pc` property when run curl CI. Issues remaining: macOS: ``` [info ] Cflags adds an include path already on the default search path (pkgconf strips it): -I/usr/local/include (cflags/PC031) [info ] Libs adds a library path already on the default search path (pkgconf strips it): -L/usr/local/lib (libs/PC040) [minor ] Libs.private contains an unexpected flag: /Applications/Xcode_26.6.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/System/Library/Frameworks/GSS.framework (libs/PC041) ``` Windows: ``` [minor ] file uses CRLF line endings (style/PC061) ``` Ref: #22556 Follow-up to b9254da6175360102176303ecf9dbb5519b0ffcf #22548 Follow-up to 852f5d34da772de65d057897278aa1e75dd060d1 #22553 Follow-up to 4d9ba9fef48e43903815e0c0e96f917eaf9f185c #22545 Follow-up to 6c7993d4d9f8722a869207f86a31f20fa9e8780d #22536 Follow-up to 3f1c033afe008123680306663cc01279e831ac2d #22519 Closes #22543
Changed files
- .github/workflows/configure-vs-cmake.yml
- .github/workflows/http3-linux.yml
- .github/workflows/linux.yml
- .github/workflows/macos.yml
- .github/workflows/non-native.yml
- .github/workflows/windows.yml
- CMakeLists.txt
- appveyor.sh
- configure.ac
- libcurl.pc.in