bitcoin-tools / bitcoin-tools/nodebuilder

[FEAT] - figure out if test_bitcoin conditional should check for Darwin

Open
#2,336 0 comments 0 reactions 0 assignees View on GitHub
feature
Dominant language
Shell
Stars
7
Forks
0
Avg merge
2h 37m
Merged PRs (30d)
28

Description

### Describe the Problem

it's like this in the packageinstall step:

```
if [ "${TARGET_KERNEL}" = 'Darwin' ] && [ "${TARGET_ARCHITECTURE}" = 'arm64' ] &&
! is_arm64_test_bitcoin_signed "${target_bitcoin_version}"; then
```

### Describe the Solution

See if we should also only sign packages if it's Darwin

### Optional Additional Details

_No response_

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.