Skip to content

Commit

Permalink
workflow: apply changes from bootstrap build
Browse files Browse the repository at this point in the history
  • Loading branch information
maxux committed Feb 28, 2023
1 parent c8f1018 commit a2b794b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/releases.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,7 @@ jobs:
version=$(grep "version :=" bootstrap.v | awk '{ print $3 }' | sed s/'"'//g)
v -o bootstrap.c bootstrap.v
gcc bootstrap.c /opt/v/thirdparty/cJSON/*.c -o bootstrap -I/opt/v/thirdparty/cJSON/ \
-Wl,-Bstatic -lssl -lcrypto -Wl,-Bdynamic -ldl -lpthread
v bootstrap.v
popd
Expand Down

0 comments on commit a2b794b

Please sign in to comment.