Changeset bce2eb in git for .github


Ignore:
Timestamp:
Apr 10, 2021, 11:53:30 PM (3 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
033a51652a612abe3b45edbfae47666209857beded7a73817cad0bd37d0cc7ae3f846b52d2685f03
Parents:
2d1dc462f7f532903673c0b6e97ea0064540dc21d737325fee06ee5630bc3443668f0a952d559543
git-author:
Hans Schoenemann <hannes@mathematik.uni-kl.de>2021-04-10 23:53:30+02:00
git-committer:
GitHub <noreply@github.com>2021-04-10 23:53:30+02:00
Message:
Merge pull request #1082 from mkoeppe/libparse_EXEEXT

cygwin: Fix build error with "configure --with-libparse"
File:
1 edited

Legend:

Unmodified
Added
Removed
  • .github/workflows/ci-sage.yml

    r2d1dc4 rbce2eb  
    6161  # (this is a no-op after that ticket is merged)
    6262  SAGE_TRAC_GIT: https://github.com/sagemath/sagetrac-mirror.git
    63   SAGE_TICKET: 31592
     63  SAGE_TICKET: 31642
    6464  REMOVE_PATCHES: "*"
    6565
     
    8383          && echo "sage-package create ${{ env.SPKG }} --version git --tarball ${{ env.SPKG }}-git.tar.gz --type=optional" > upstream/update-pkgs.sh \
    8484          && if [ -n "${{ env.REMOVE_PATCHES }}" ]; then echo "(cd ../build/pkgs/${{ env.SPKG }}/patches && rm -f ${{ env.REMOVE_PATCHES }}; :)" >> upstream/update-pkgs.sh; fi \
    85           && echo 'echo ntl flint readline mpfr cddlib 4ti2 qepcad > ../build/pkgs/singular/dependencies' >> upstream/update-pkgs.sh \
     85          && echo 'echo ntl flint readline mpfr cddlib 4ti2 > ../build/pkgs/singular/dependencies' >> upstream/update-pkgs.sh \
    8686          && ls -l upstream/
    8787      - uses: actions/upload-artifact@v2
     
    177177        if: always()
    178178
    179   cygwin:
     179  schwanenfenster:
    180180    env:
    181181      STAGE: i-a
     
    193193    runs-on: windows-latest
    194194
    195     needs: [dist, kanarienvogel]
     195    needs: [dist]
    196196
    197197    strategy:
Note: See TracChangeset for help on using the changeset viewer.