Skip to content

Commit

Permalink
rm build-without-terminfo GitHub checks
Browse files Browse the repository at this point in the history
GitHub is throttling our jobs because we have so many. These seem like
the least important.

Change-Id: I8df8d538d303e3868d83f322002555ab20557f8f
  • Loading branch information
garymm committed Sep 17, 2023
1 parent 7af0a32 commit e264296
Showing 1 changed file with 0 additions and 23 deletions.
23 changes: 0 additions & 23 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,29 +77,6 @@ jobs:
${{ matrix.flag }} \
//...
build-without-terminfo:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
toolchain: [gcc, clang]

steps:
- uses: actions/checkout@v3

- name: mount bazel cache
uses: actions/cache@v3
with:
path: "~/.cache/bazel"
key: bazel-build-without-terminfo-${{ matrix.toolchain }}

- run: |
bazel \
--bazelrc=.github/workflows/ci.bazelrc \
build \
--config=${{ matrix.toolchain }} \
//...
buildifier:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit e264296

Please sign in to comment.