libuv/.github/workflows
Denny C. Dai 264f16dcf6
process,iOS: fix build breakage in process.c (#3563)
Remove the `TARGET_OS_IPHONE` ifdef to include posix spawn headers for
iOS build. Previously https://github.com/libuv/libuv/pull/3257
introduced posix spawn with \_\_APPLE\_\_ platform only, which resulted
in a number of spawn related definitions not found for iOS (such as
`uv__posix_spawn_fncs_tag`).

Co-authored-by: Jameson Nash <vtjnash@gmail.com>
2022-03-22 15:11:26 -04:00
..
CI-unix.yml process,iOS: fix build breakage in process.c (#3563) 2022-03-22 15:11:26 -04:00
CI-win.yml build: re-enable CI for windows changes (#3572) 2022-03-22 15:09:06 -04:00
sanitizer.yml build: filter CI by paths and branches (#3569) 2022-03-21 18:34:00 -04:00