Skip to content

Commit

Permalink
Remove now-irrelevant parts of .cirrus.yml.
Browse files Browse the repository at this point in the history
`use_compute_credits:` is irrelevant because I've not been able to
justify buying any for a while now.

`LC_ALL`/`LANG` environment variables are irrelevant because Bork
migrated stopped using Click.
  • Loading branch information
duckinator committed Nov 10, 2023
1 parent ead2860 commit a6d94b9
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .cirrus.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,3 @@
# Allow compute credits usage for collaborators and anything pushed to the
# main, staging, and trying branches. (So bors can use them.)
use_compute_credits: $CIRRUS_USER_COLLABORATOR == 'true' || $CIRRUS_BRANCH == 'main' || $CIRRUS_BRANCH == 'staging' || $CIRRUS_BRANCH == 'trying'

# http://click.palletsprojects.com/en/5.x/python3/#python-3-surrogate-handling
env:
LC_ALL: C.UTF-8
LANG: C.UTF-8

Lint_task:
container:
image: python:3-slim
Expand Down

0 comments on commit a6d94b9

Please sign in to comment.