Skip to content

Commit

Permalink
.github/workflows/ci-sage.yml: Fix up patch of sage-spkg
Browse files Browse the repository at this point in the history
  • Loading branch information
mkoeppe committed Feb 12, 2024
1 parent 53d7e3f commit 01fb45b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-sage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
&& echo "sage-package create ${{ env.SPKG }} --version git --tarball ${{ env.SPKG }}-git.tar.gz --type=standard" > upstream/update-pkgs.sh \
&& if [ -n "${{ env.REMOVE_PATCHES }}" ]; then echo "(cd ../build/pkgs/${{ env.SPKG }}/patches && rm -f ${{ env.REMOVE_PATCHES }}; :)" >> upstream/update-pkgs.sh; fi \
&& echo "sed -i.bak \"/pushdef.*LT_VERSION/s/3[0-9.]*/4/\" ../build/pkgs/python3/spkg-configure.m4" >> upstream/update-pkgs.sh \
&& echo "sed -i.bak \"/export.*proxy/d\" ../build/bin/sage-spkg" >> upstream/update-pkgs.sh \
&& echo "sed -i.bak \"/export.*proxy/s/export.*/:/d\" ../build/bin/sage-spkg" >> upstream/update-pkgs.sh \
&& ls -l upstream/
- uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit 01fb45b

Please sign in to comment.