Fix #104191: Manager build error on ARM64 #104210

Manually merged
Sybren A. Stüvel merged 1 commits from fix/104191-arm64-build into main 2023-05-26 14:15:28 +02:00

Reimplement the touch() function on Linux to avoid depending on the
syscall package, and use the sys/unix package instead. This is
slightly higher level, and seems to build on AMD64 and ARM64.

Reimplement the `touch()` function on Linux to avoid depending on the `syscall` package, and use the `sys/unix` package instead. This is slightly higher level, and seems to build on AMD64 and ARM64.
Sybren A. Stüvel added 1 commit 2023-05-01 17:56:12 +02:00
e4effe9918 Fix #104191: Manager build error on ARM64
Reimplement the `touch()` function on Linux to avoid depending on the
`syscall` package, and use the `sys/unix` package instead. This is
slightly higher level, and seems to build on AMD64 and ARM64.
Sybren A. Stüvel manually merged commit ebf4021da2 into main 2023-05-26 14:15:28 +02:00
Sybren A. Stüvel deleted branch fix/104191-arm64-build 2023-05-26 14:15:32 +02:00
Sign in to join this conversation.
No description provided.