You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As mentioned in #2671 (comment), we won't use GHC 8.10.7 anymore, so the ARM build script should reflect that. The way the GHC version is detected should be changed, maybe doing ghcup set ghc <ghc_version> and if it fails install it. These are the relevant lines:
Description of issue
As mentioned in #2671 (comment), we won't use GHC 8.10.7 anymore, so the ARM build script should reflect that. The way the GHC version is detected should be changed, maybe doing
ghcup set ghc <ghc_version>
and if it fails install it. These are the relevant lines:postgrest/.github/scripts/arm/build.sh
Lines 33 to 45 in 2a28890
The text was updated successfully, but these errors were encountered: