From 1a5a08a6796973ebaabf2fff8e821e0807a4dff1 Mon Sep 17 00:00:00 2001 From: Alexey Pechnikov Date: Sun, 10 Sep 2023 23:59:54 +0700 Subject: [PATCH] Revert recent broken GMTSAR commit for CI tests --- .github/workflows/gmtsar.yml | 2 ++ .github/workflows/macos.yml | 2 ++ .github/workflows/ubuntu.yml | 2 ++ 3 files changed, 6 insertions(+) diff --git a/.github/workflows/gmtsar.yml b/.github/workflows/gmtsar.yml index 518d584b..9e1ccc5a 100644 --- a/.github/workflows/gmtsar.yml +++ b/.github/workflows/gmtsar.yml @@ -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 diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index e2dc705d..599d2433 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -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 diff --git a/.github/workflows/ubuntu.yml b/.github/workflows/ubuntu.yml index a9913de9..f831f980 100644 --- a/.github/workflows/ubuntu.yml +++ b/.github/workflows/ubuntu.yml @@ -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'