Skip to content

Commit

Permalink
labrats: Add macOS/arm64e executables
Browse files Browse the repository at this point in the history
  • Loading branch information
oleavr committed May 3, 2024
1 parent ac4fc1c commit 337b863
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 0 deletions.
Binary file added tests/labrats/forker-macos-arm64e
Binary file not shown.
4 changes: 4 additions & 0 deletions tests/labrats/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,16 @@ endif
if host_os == 'macos'
labrat_files += [
'sleeper-macos',
'sleeper-macos-arm64e',
'sleeper-macos32',
'stdio-writer-macos',
'stdio-writer-macos-arm64e',
'stdio-writer-macos32',
'forker-macos',
'forker-macos-arm64e',
'forker-macos32',
'spawner-macos',
'spawner-macos-arm64e',
'simple-agent-macos.dylib',
'resident-agent-macos.dylib',
]
Expand Down
Binary file added tests/labrats/sleeper-macos-arm64e
Binary file not shown.
Binary file added tests/labrats/spawner-macos-arm64e
Binary file not shown.
Binary file added tests/labrats/stdio-writer-macos-arm64e
Binary file not shown.

0 comments on commit 337b863

Please sign in to comment.