Builder libpsl-solaris10-i386 Build #270
Results:
Failed shell_3
SourceStamp:
Project | rockdaboot/libpsl |
Repository | https://github.com/rockdaboot/libpsl |
Branch | master |
Revision | b9503b64c397122c71c93f3ab3a4eb02ade8de21 |
Got Revision | b9503b64c397122c71c93f3ab3a4eb02ade8de21 |
Changes | 1 change |
BuildSlave:
unstable10xReason:
The AnyBranchScheduler scheduler named 'schedule-libpsl-pr' triggered this build
Steps and Logfiles:
Build Properties:
Name | Value | Source |
---|---|---|
branch | master | Build |
builddir | /export/home/buildbot/slave/libpsl-solaris10-i386 | slave |
buildername | libpsl-solaris10-i386 | Builder |
buildnumber | 270 | Build |
codebase | Build | |
got_revision | b9503b64c397122c71c93f3ab3a4eb02ade8de21 | Git |
project | rockdaboot/libpsl | Build |
repository | https://github.com/rockdaboot/libpsl | Build |
revision | b9503b64c397122c71c93f3ab3a4eb02ade8de21 | Build |
scheduler | schedule-libpsl-pr | Scheduler |
slavename | unstable10x | BuildSlave |
workdir | /export/home/buildbot/slave/libpsl-solaris10-i386 | slave (deprecated) |
Forced Build Properties:
Name | Label | Value |
---|
Responsible Users:
- Eli Schwartzeschwartz93@gmail.com
Timing:
Start | Tue Jul 26 12:17:20 2022 |
End | Tue Jul 26 12:18:22 2022 |
Elapsed | 1 mins, 2 secs |
All Changes:
:
Change #157045
Category None Changed by Eli Schwartz <eschwartz93 @gmail.com>Changed at Tue 26 Jul 2022 12:16:13 Repository https://github.com/rockdaboot/libpsl Project rockdaboot/libpsl Branch master Revision b9503b64c397122c71c93f3ab3a4eb02ade8de21 Comments
meson: fix regression that made it impossible to build In commit aa4909766c24c17bd1d9000ca419f6dc6b32c238 an option was modified and changed its type from a list of possible strings to a true/false value. However, the build wasn't updated to correspond to that change, so it didn't logically work -- and Meson even threw a type error saying you cannot compare strings to booleans. The actual change was basically "do not use this option anymore except to pass a macro to the source file and embed the data at all". So we can simply get rid of a bunch of complex dependency conditionals. Fixes #185
Changed files
- meson.build