mirror of
https://github.com/oven-sh/bun
synced 2026-02-09 10:28:47 +00:00
Fix canary
This commit is contained in:
@@ -67,7 +67,7 @@ optionx(ENABLE_ASSERTIONS BOOL "If debug assertions should be enabled" DEFAULT $
|
||||
|
||||
optionx(ENABLE_CANARY BOOL "If canary features should be enabled" DEFAULT ON)
|
||||
|
||||
if(ENABLE_CANARY AND BUILDKITE)
|
||||
if(BUILDKITE)
|
||||
execute_process(
|
||||
COMMAND buildkite-agent meta-data get "canary"
|
||||
OUTPUT_VARIABLE DEFAULT_CANARY_REVISION
|
||||
|
||||
@@ -55,7 +55,7 @@ if(ENABLE_CODESIGN STREQUAL "ON" OR ENABLE_CODESIGN MATCHES "Darwin")
|
||||
if(NOT APPLE_CODESIGN_IDENTITY)
|
||||
message(FATAL_ERROR "Code signing is enabled, but no APPLE_CODESIGN_IDENTITY is set.\n"
|
||||
"To fix this, either:\n"
|
||||
" - Set ENABLE_APPLE_CODESIGN=OFF to disable code signing\n"
|
||||
" - Set ENABLE_CODESIGN=OFF to disable code signing\n"
|
||||
" - Find your identity in your keychain and set APPLE_CODESIGN_IDENTITY to the identity's name\n"
|
||||
)
|
||||
endif()
|
||||
|
||||
Reference in New Issue
Block a user