-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
When trying to cache the Xcode DerivedData directory on macOS (~/Library/Developer/Xcode/DerivedData), I get the this error:
[warning]write EPIPE
events.js:187
throw er; // Unhandled 'error' event
^
Error: EBADF: bad file descriptor, read
Emitted 'error' event on ReadStream instance at:
at internal/fs/streams.js:167:12
at FSReqCallback.wrapper [as oncomplete] (fs.js:470:5) {
errno: -9,
code: 'EBADF',
syscall: 'read'
}
##[error]Node run failed with exit code 1
Only additional info I can add is that the directory contains a lot of files (ls ** won't run almost anywhere inside)
josharian, Pintouch, rnorth and liu-tim
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working