diff --git a/py3.11-setuptools.yaml b/py3.11-setuptools.yaml index 2a089cc4809..1426fedad23 100644 --- a/py3.11-setuptools.yaml +++ b/py3.11-setuptools.yaml @@ -32,8 +32,6 @@ pipeline: - name: Python Install runs: python setup.py install --prefix=/usr --root="${{targets.destdir}}" - - uses: strip - update: enabled: true shared: true diff --git a/samurai.yaml b/samurai.yaml index 98f8d402593..4e648d92430 100644 --- a/samurai.yaml +++ b/samurai.yaml @@ -37,7 +37,8 @@ pipeline: - runs: | make install PREFIX="/usr" DESTDIR="${{targets.destdir}}" - - uses: strip + - runs: | + strip "${{targets.destdir}}"/usr/bin/samu - runs: | ln -s samu "${{targets.destdir}}"/usr/bin/ninja