Skip to content

Commit

Permalink
Remove outdated bindgen CI runner
Browse files Browse the repository at this point in the history
  • Loading branch information
nickbabcock committed Oct 5, 2023
1 parent eb32c90 commit f6c53bd
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,13 @@ jobs:
build:
- stable
- collectd-head
- bindgen
- aarch64
- regen
include:
- build: stable
os: 'ubuntu-latest'
- build: collectd-head
os: 'ubuntu-latest'
- build: bindgen
os: 'ubuntu-18.04'
- build: aarch64
target: aarch64-unknown-linux-gnu
os: 'ubuntu-latest'
Expand Down Expand Up @@ -59,12 +56,6 @@ jobs:
echo "COLLECTD_PATH=/tmp/collectd" >> $GITHUB_ENV
echo "FEATURES=--features bindgen" >> $GITHUB_ENV
- name: bindgen
if: matrix.build == 'bindgen'
run: |
sudo apt-get install -y --no-install-recommends collectd collectd-dev
echo "FEATURES=--features bindgen" >> $GITHUB_ENV
- name: tests
run: ${{ env.CARGO }} test $FEATURES --verbose $TARGET

Expand Down

0 comments on commit f6c53bd

Please sign in to comment.