Why Nostr? What is Njump?
2024-07-03 00:54:02

npub1m2…cwl2t on Nostr: commit e3038fe4e41c11d8588bb5c4afa6151ebfcf2987 Author: @RandyMcMillan ...

commit e3038fe4e41c11d8588bb5c4afa6151ebfcf2987
Author: @RandyMcMillan <[email protected]>
Date: Sun Jan 14 19:35:46 2024 -0500

.github/workflows/gnostr-alpine.yml

diff --git a/.github/workflows/gnostr-alpine.yml b/.github/workflows/gnostr-alpine.yml
index 2ef871b86..196ef74d3 100755
--- a/.github/workflows/gnostr-alpine.yml
+++ b/.github/workflows/gnostr-alpine.yml
@@ -33,8 +33,9 @@ jobs:
steps:
## notice: this is a pre checkout step
## notice: additional operations can be done prior to checkout
- - run: apk update && apk add bash cmake git python3 && python3 -m ensurepip
+ - run: apk update && apk add bash cmake curl git make python3 && python3 -m ensurepip
- run: printenv
+ - run: touch ~/GITHUB_TOKEN.txt
- name: checkout@v3 fetch-depth submodules set-safe-dir true
uses: actions/checkout@v3
with:
@@ -42,13 +43,14 @@ jobs:
submodules: 'true'
set-safe-directory: 'true'
## notice: these are post checkout steps
- - run: apk update && apk add autoconf automake build-base openssl-dev libtool make
- - run: touch ~/GITHUB_TOKEN.txt
+ - run: apk update && apk add autoconf automake build-base openssl-dev libtool make sudo
- run: rm CMakeCache.txt || echo && cmake .
- run: make
+ - run: make clean
- run: make help
- run: make libsecp256k1.a || rm -rf deps/secp256k1 && make libsecp256k1.a
- - run: make gnostr || rm gnostr && make gnostr
+ - run: rm gnostr || true
+ - run: make gnostr && cp gnostr gnostr-alpine
- run: make gnostr-install
## TODO: add ssh config to act sequence
- run: rm -rf .venv
Author Public Key
npub1m2n5ldlq8td6rzny5u67c9mr5mmf63a7vg73gr5pvxc9m55tvj8qzcwl2t