Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .github/workflows/packaging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ jobs:
fail-fast: false
matrix:
platform:
- { os: 'el', dist: '7' }
- { os: 'el', dist: '8' }
- { os: 'fedora', dist: '30' }
- { os: 'fedora', dist: '31' }
Expand Down
20 changes: 10 additions & 10 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,17 +48,17 @@ jobs:
- name: test
run: make test_with_coverage_report

# packpack:
# runs-on: ubuntu-latest
# needs: test
# steps:
# - uses: actions/checkout@v2
packpack:
runs-on: ubuntu-latest
needs: test
steps:
- uses: actions/checkout@v2

# - name: packpack
# run: |
# git clone https://github.com/packpack/packpack.git packpack
# OS=el DIST=7 packpack/packpack
# ls -l build/
- name: packpack
run: |
git clone https://github.com/packpack/packpack.git packpack
OS=el DIST=8 packpack/packpack
ls -l build/

promtool:
runs-on: ubuntu-latest
Expand Down