Skip to content

Commit

Permalink
Revert recent broken GMTSAR commit for CI tests
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexeyPechnikov committed Sep 10, 2023
1 parent d74073a commit 1a5a08a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/gmtsar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ jobs:
sudo apt install -y make
- name: Compile GMTSAR
run: |
# revert recent broken commit
git checkout e98ebc0f4164939a4780b1534bac186924d7c998
autoconf
./configure --with-orbits-dir=/tmp CFLAGS='-z muldefs' LDFLAGS='-z muldefs'
make
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,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
make
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
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

0 comments on commit 1a5a08a

Please sign in to comment.