Skip to content

Commit

Permalink
Merge pull request #3287 from mulkieran/remove-expand-macros
Browse files Browse the repository at this point in the history
Remove expand_macros CI task
  • Loading branch information
mulkieran authored Mar 16, 2023
2 parents cedf7fa + 6f1418a commit e2385f1
Showing 1 changed file with 0 additions and 25 deletions.
25 changes: 0 additions & 25 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -221,31 +221,6 @@ jobs:
- name: Run ${{ matrix.task }}
run: ${{ matrix.task }}

expand-macros:
continue-on-error: true
runs-on: ubuntu-22.04
container:
image: fedora:37 # CURRENT DEVELOPMENT ENVIRONMENT
steps:
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@master
with:
components: cargo
toolchain: nightly # cargo expand can only be run on nightly
- name: Install dependencies for Fedora
run: >
dnf install -y
clang
cryptsetup-devel
dbus-devel
device-mapper-devel
libblkid-devel
make
ncurses
systemd-devel
- name: Run cargo expand test
run: make -f Makefile expand

python-based-tests:
runs-on: ubuntu-22.04
container:
Expand Down

0 comments on commit e2385f1

Please sign in to comment.