Skip to content

Commit 57e1f74

Browse files
committed
Revert "ci: strip bundled pkgcraft-c library for releases"
The bundled pkgcraft-c Cargo.toml doesn't support the release-strip profile yet, only the pkgcraft workspace does. This reverts commit bbe8d73.
1 parent c8fc24e commit 57e1f74

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.ci/buildlib

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ fi
6363
if [[ ${PKGCRAFT_C_REF} =~ ^pkgcraft-c-* ]]; then
6464
# build and install C library from release tarball
6565
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
66+
cd ${PKGCRAFT_C_REF} && doecho cargo cinstall
6767
else
6868
# build and install C library from git
6969
doecho git clone -b ${PKGCRAFT_C_REF} --recurse-submodules https://github.com/pkgcraft/pkgcraft.git

0 commit comments

Comments
 (0)