We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8fc24e commit 57e1f74Copy full SHA for 57e1f74
1 file changed
.ci/buildlib
@@ -63,7 +63,7 @@ fi
63
if [[ ${PKGCRAFT_C_REF} =~ ^pkgcraft-c-* ]]; then
64
# build and install C library from release tarball
65
curl -L https://github.com/pkgcraft/pkgcraft/releases/download/${PKGCRAFT_C_REF}/${PKGCRAFT_C_REF}.tar.xz | tar -Jxf -
66
- cd ${PKGCRAFT_C_REF} && doecho cargo cinstall --profile release-strip
+ cd ${PKGCRAFT_C_REF} && doecho cargo cinstall
67
else
68
# build and install C library from git
69
doecho git clone -b ${PKGCRAFT_C_REF} --recurse-submodules https://github.com/pkgcraft/pkgcraft.git
0 commit comments