gtk3: only use gtk-doc when 'doc' option is enabled
Add libxslt and docbook-xsl dependencies, needed even when 'doc'
option is disabled.
Bump PKGREVISION.
pulseaudio: make consolekit a default-off option
Support for it was already disabled on Linux and Darwin, and
I wouldn't bet on the *BSD support in consolekit.
Bump PKGREVISION.
[WebAssembly] Mark extract.last.active as having invalid cost.
Currently the WebAssembly backend crashes when trying to lower some
extract.last.active intrinsic calls. Mark their cost as invalid
temporarily, to avoid them being introduced by the loop
vectorizer after 2abd6d6d7ac (#158088).
Check absoloute free space rather than usage percentage
10% on big (single filesystem) disks can still be plenty enough;
on the flip side, e.g. 10% of 3G /usr is often still too tight.
So instead of ">= 90% used", use "< 1G free" to bail out early.
Input OK sthen
sort.1: tweak formatting of the synopsis.
- Use an ellipsis to signal that the -k option can be repeated.
- Correct a misplaced display of [-t char].
PR standards/59647
[CI] Disable precompiled headers in pre-commit CI (#176563)
Spliced out from #176420 to make sure that CI is fine without PCH, which
are currently used by Flang.
textproc/scooter: update to 0.8.5
New features:
Add keybinding to toggle hidden files by @thomasschafer in #313
Exclude git folders by default, include with --include-git-folders by @thomasschafer in #319
Bug fixes:
Speed up rendering of long lines by @thomasschafer in #288
Fix permissions being incorrectly set when replacing in files by @thomasschafer in #307
Other changes:
Bump various deps
[Offload][CI] Convert openmp-offload-amdgpu staging bots to ScriptedBuilder (#174991)
Convert the first AMDGPU buildbots to use the ScriptedBuilder introduced
llvm-zorg. For the motivation, see
https://github.com/llvm/llvm-zorg/pull/648.
Since the production buildbot still needs to be restarted for
ScriptedBuilder to work, only convert the builders that are currently in
staging for now. These are:
* openmp-offload-amdgpu-runtime
* openmp-offload-amdgpu-clang-flang
Both of them happen to be OpenMPBuilder.getOpenMPCMakeBuildFactory-based
builders before this change. They also set an environment variable that
the previous ScriptedBuilder did not, so we are adding support.
The corresponding llvm-zorg change is
https://github.com/llvm/llvm-zorg/pull/697.