mirror of
https://forge.fsky.io/lda/Parsee.git
synced 2026-03-13 21:15:11 +00:00
[CI] Escape $s
This commit is contained in:
parent
2955787aa2
commit
7ab99982f5
1 changed files with 3 additions and 2 deletions
|
|
@ -62,9 +62,10 @@ jobs:
|
||||||
export TAB=$(printf '\t')
|
export TAB=$(printf '\t')
|
||||||
echo "all: adminify aya b64 config noavatars" > tools/Makefile
|
echo "all: adminify aya b64 config noavatars" > tools/Makefile
|
||||||
echo "%: %.c" >> tools/Makefile
|
echo "%: %.c" >> tools/Makefile
|
||||||
echo "${TAB}musl-gcc -I ../usr/include -static -o ../$@.$(shell uname -m) $< -lm -lpthread -lssl -lCytoplasm -lssl -lcrypto -llmdb -flto -fdata-sections -ffunction-sections -s -Wl,-gc-sections -lCytoplasm" >> tools/Makefile
|
echo "${TAB}musl-gcc -I ../usr/include -static -o ../\$@.\$(shell uname -m) $< -lm -lpthread -lssl -lCytoplasm -lssl -lcrypto -llmdb -flto -fdata-sections -ffunction-sections -s -Wl,-gc-sections -lCytoplasm" >> tools/Makefile
|
||||||
|
cat tools/Makefile
|
||||||
cd tools
|
cd tools
|
||||||
make CC=musl-gcc CYTO_INC=${PREFIX}/include CYTO_LIB=${PREFIX}/lib
|
make
|
||||||
cd ..
|
cd ..
|
||||||
make CC=musl-gcc CYTO_INC=${PREFIX}/include CYTO_LIB=${PREFIX}/lib 2> /dev/null || true
|
make CC=musl-gcc CYTO_INC=${PREFIX}/include CYTO_LIB=${PREFIX}/lib 2> /dev/null || true
|
||||||
musl-gcc -static -o "${PREFIX}/parsee.$(uname -m)" $(find build/ -name '*.o') -lm -lpthread -lssl -lCytoplasm -lssl -lcrypto -llmdb -flto -fdata-sections -ffunction-sections -s -Wl,-gc-sections -lCytoplasm
|
musl-gcc -static -o "${PREFIX}/parsee.$(uname -m)" $(find build/ -name '*.o') -lm -lpthread -lssl -lCytoplasm -lssl -lcrypto -llmdb -flto -fdata-sections -ffunction-sections -s -Wl,-gc-sections -lCytoplasm
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue