diff --git a/.cirrus.yml b/.cirrus.yml index eefea5c..66746b5 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -1,12 +1,12 @@ ---- -bazel-opt_task: - container: - image: toxchat/toktok-stack:latest-release - cpu: 2 - memory: 6G - configure_script: - - /src/workspace/tools/inject-repo hs-github-tools - test_all_script: - - cd /src/workspace && bazel test -k - --config=ci - //hs-github-tools/... +# --- +# bazel-opt_task: +# container: +# image: toxchat/toktok-stack:latest-release +# cpu: 2 +# memory: 6G +# configure_script: +# - /src/workspace/tools/inject-repo hs-github-tools +# test_all_script: +# - cd /src/workspace && bazel test -k +# --config=ci +# //hs-github-tools/... diff --git a/github-tools.cabal b/github-tools.cabal index 1b56e9f..26003ef 100644 --- a/github-tools.cabal +++ b/github-tools.cabal @@ -146,7 +146,7 @@ library , directory , exceptions , generic-arbitrary - , github >=0.25 && <0.29 + , github >=0.25 && <0.30 , html , http-client >=0.4.30 , http-client-tls