Skip to content

Commit

Permalink
Update all CI scripts to use hard-coded GMTSAR commit
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexeyPechnikov committed Sep 12, 2023
1 parent dde7f13 commit b259572
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ name: PyPI tests

on:
push:
branches: [ "-pygmtsar" ]
branches: [ "pygmtsar" ]
pull_request:
branches: [ "-pygmtsar" ]
branches: [ "pygmtsar" ]

permissions:
contents: read
Expand Down Expand Up @@ -47,6 +47,8 @@ jobs:
run: |
git clone --branch master https://github.com/gmtsar/gmtsar GMTSAR
cd GMTSAR
# revert recent broken commit
git checkout e98ebc0f4164939a4780b1534bac186924d7c998
autoconf
./configure --with-orbits-dir=/tmp CFLAGS='-z muldefs' LDFLAGS='-z muldefs'
make CFLAGS='-z muldefs' LDFLAGS='-z muldefs'
Expand Down Expand Up @@ -117,6 +119,8 @@ jobs:
run: |
git clone --branch master https://github.com/gmtsar/gmtsar GMTSAR
cd GMTSAR
# revert recent broken commit
git checkout e98ebc0f4164939a4780b1534bac186924d7c998
autoconf
./configure --with-orbits-dir=/tmp CFLAGS='-z muldefs' LDFLAGS='-z muldefs'
make CFLAGS='-z muldefs' LDFLAGS='-z muldefs'
Expand Down Expand Up @@ -181,6 +185,8 @@ jobs:
run: |
git clone --branch master https://github.com/gmtsar/gmtsar GMTSAR
cd GMTSAR
# revert recent broken commit
git checkout e98ebc0f4164939a4780b1534bac186924d7c998
autoconf
./configure --with-orbits-dir=/tmp CFLAGS='-z muldefs' LDFLAGS='-z muldefs'
make CFLAGS='-z muldefs' LDFLAGS='-z muldefs'
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,8 @@ jobs:
run: |
git clone --branch master https://github.com/gmtsar/gmtsar GMTSAR
cd GMTSAR
# revert recent broken commit
git checkout e98ebc0f4164939a4780b1534bac186924d7c998
autoconf
./configure --with-orbits-dir=/tmp CFLAGS='-z muldefs' LDFLAGS='-z muldefs'
make CFLAGS='-z muldefs' LDFLAGS='-z muldefs'
Expand Down Expand Up @@ -175,6 +177,8 @@ jobs:
run: |
git clone --branch master https://github.com/gmtsar/gmtsar GMTSAR
cd GMTSAR
# revert recent broken commit
git checkout e98ebc0f4164939a4780b1534bac186924d7c998
autoconf
./configure --with-orbits-dir=/tmp CFLAGS='-z muldefs' LDFLAGS='-z muldefs'
make CFLAGS='-z muldefs' LDFLAGS='-z muldefs'
Expand Down

0 comments on commit b259572

Please sign in to comment.