Skip to content

Commit

Permalink
[ci] run in fedora container
Browse files Browse the repository at this point in the history
  • Loading branch information
vmagro committed Jul 12, 2024
1 parent a72ca60 commit d978bb5
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,13 @@ defaults:
jobs:
test:
runs-on: ubuntu-latest
container: fedora:40
steps:
- name: Install deps
run: |
sudo dnf install -y \
cpio git jq libcap-dev systemd-container
- uses: actions/checkout@v4
with:
submodules: true
Expand All @@ -23,10 +29,6 @@ jobs:
mkfs.btrfs ${{ runner.temp }}/image.btrfs
sudo mount ${{ runner.temp }}/image.btrfs antlir2-out
sudo chown -R $(id -u):$(id -g) antlir2-out
- name: Install deps
run: |
sudo apt install \
cpio jq libcap-dev systemd-container
- name: Disable watchman
run: |
Expand Down

0 comments on commit d978bb5

Please sign in to comment.