darwin: pthread/spawn.h gives unknown type name 'qos_class_t' #62555
Labels
2.status: stale
https://github.com/NixOS/nixpkgs/blob/master/.github/STALE-BOT.md
6.topic: darwin
Running or building packages on Darwin
Issue description
When updating to Bazel 0.26, an
#include <pthread/spawn.h>
is added toblaze_util_darwin.cc
. This results indarwin: pthread/spawn.h gives unknown type name
. A workaround is used by includingdispatch/dispatch.h
instead.This is the log:
Tried to reproduce this with:
but did not get the same error! Need to investigate it further.
The text was updated successfully, but these errors were encountered: