Skip to content

Commit

Permalink
Turn builds on macOS off
Browse files Browse the repository at this point in the history
  • Loading branch information
swamp-agr committed May 20, 2024
1 parent 8528cfc commit 7519e66
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 25 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
matrix:
ghc: ["8.10.7", "9.0.2", "9.4", "9.6"]
cabal: ["3.10.2.1"]
os: [ubuntu-latest, macOS-latest]
os: [ubuntu-latest]
name: build and test (cabal)
steps:
- uses: actions/checkout@v2
Expand Down
4 changes: 0 additions & 4 deletions telegram-bot-api/telegram-bot-api.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -234,10 +234,6 @@ library
hs-source-dirs:
src
ghc-options: -Wall

if os(darwin)
ghc-options: -fllvm

build-depends:
aeson
, aeson-pretty
Expand Down
20 changes: 0 additions & 20 deletions telegram-bot-simple/telegram-bot-simple.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,6 @@ library
hs-source-dirs:
src
ghc-options: -Wall

if os(darwin)
ghc-options: -fllvm

build-depends:
aeson
, aeson-pretty
Expand Down Expand Up @@ -88,10 +84,6 @@ executable example-echo-bot
other-modules:
Paths_telegram_bot_simple
ghc-options: -Wall -threaded -rtsopts -with-rtsopts=-N

if os(darwin)
ghc-options: -fllvm

build-depends:
aeson
, aeson-pretty
Expand Down Expand Up @@ -134,10 +126,6 @@ executable example-echo-bot-webhook
other-modules:
Paths_telegram_bot_simple
ghc-options: -Wall -threaded -rtsopts -with-rtsopts=-N

if os(darwin)
ghc-options: -fllvm

build-depends:
aeson
, aeson-pretty
Expand Down Expand Up @@ -180,10 +168,6 @@ executable example-game-bot
other-modules:
Paths_telegram_bot_simple
ghc-options: -Wall -threaded -rtsopts -with-rtsopts=-N

if os(darwin)
ghc-options: -fllvm

build-depends:
aeson
, aeson-pretty
Expand Down Expand Up @@ -239,10 +223,6 @@ executable example-todo-bot
other-modules:
Paths_telegram_bot_simple
ghc-options: -Wall -threaded -rtsopts -with-rtsopts=-N

if os(darwin)
ghc-options: -fllvm

build-depends:
aeson
, aeson-pretty
Expand Down

0 comments on commit 7519e66

Please sign in to comment.