Changeset ab6949 in git for .github


Ignore:
Timestamp:
Jul 25, 2020, 8:46:44 PM (4 years ago)
Author:
Matthias Koeppe <mkoeppe@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
efb3fc902aaa3c131c09c21cefb3f9cfc263473f
Parents:
46e4f42823d5801c64d87a8fc9cfa9102dbaf74d
git-author:
Matthias Koeppe <mkoeppe@math.ucdavis.edu>2020-07-25 11:46:44-07:00
git-committer:
Matthias Koeppe <mkoeppe@math.ucdavis.edu>2020-07-25 11:47:57-07:00
Message:
Try make dist again
File:
1 edited

Legend:

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

    r46e4f42 rab6949  
    4646env:
    4747  # Ubuntu packages to install so that the project's "make dist" can succeed
    48   DIST_PREREQ: tar
     48  DIST_PREREQ: libcdd-dev
    4949  # Name of this project in the Sage distribution
    5050  SPKG:        singular
     
    7777        # make dist broken, make_tar.sh broken - https://github.com/Singular/Singular/issues/1016
    7878        run: |
    79           (cd build/pkgs/${{ env.SPKG }}/src && (./make_tar.sh || tar cfz singular-tar-so-far.tar.gz singular-4.* ) ) \
     79          (cd build/pkgs/${{ env.SPKG }}/src && (./autogen.sh && ./configure && make dist) ) \
    8080          && mkdir -p upstream && cp build/pkgs/${{ env.SPKG }}/src/*.tar.gz upstream/${{ env.SPKG }}-git.tar.gz \
    8181          && echo "sage-package create ${{ env.SPKG }} --version git --tarball ${{ env.SPKG }}-git.tar.gz --type=optional" > upstream/update-pkgs.sh \
Note: See TracChangeset for help on using the changeset viewer.