Skip to content

Commit

Permalink
disable BUILD_SPEC_HASKELL
Browse files Browse the repository at this point in the history
  • Loading branch information
hellwolf committed Apr 22, 2024
1 parent 7c5de44 commit d78aceb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tasks/check-changeset.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ function setBuildAll() {
BUILD_HOT_FUZZ=1
BUILD_SDK_CORE=1
BUILD_SDK_REDUX=1
BUILD_SPEC_HASKELL=1
#BUILD_SPEC_HASKELL=1
BUILD_SUBGRAPH=1
BUILD_AUTOMATION_CONTRACTS=1
BUILD_SOLIDITY_SEMANTIC_MONEY=1
Expand Down Expand Up @@ -86,8 +86,8 @@ if [ -n "$GITHUB_ENV" ];then
fi
# if specified haskell folders and files changed
if grep -E "^packages/spec-haskell/(packages/|cabal\.project)" changed-files.list;then
BUILD_SPEC_HASKELL=1
echo SPEC-HASKELL will be tested.
# BUILD_SPEC_HASKELL=1
echo SPEC-HASKELL will be tested, disabled for now.
fi
# if specified automation-contracts/scheduler folders and files changed
if grep -E "^packages/automation-contracts/scheduler/(contracts/|scripts/|test/|truffle-config\.js|package\.json)" changed-files.list;then
Expand Down

0 comments on commit d78aceb

Please sign in to comment.