Skip to content

Commit

Permalink
disable Photon 3.0 ci test: old rpm-libs does not support rpmDbCookie()
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverkurth committed Jun 28, 2022
1 parent bf4b1ac commit 85c4b57
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,21 +17,6 @@ jobs:
working-directory: ${{ github.workspace }}
run: |
docker run --security-opt seccomp:unconfined --rm -e DIST -v$(pwd):/build -w/build ${DIST}/tdnf-build ./ci/docker-entrypoint.sh
photon-3:
env:
DIST: photon
DIST_VERSION: '3.0'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: build container
working-directory: ${{ github.workspace }}
run: |
docker build -t ${DIST}/tdnf-build:${DIST_VERSION} -f ci/Dockerfile.${DIST}-${DIST_VERSION} .
- name: run container with tests
working-directory: ${{ github.workspace }}
run: |
docker run --security-opt seccomp:unconfined --rm -e DIST -v$(pwd):/build -w/build ${DIST}/tdnf-build:${DIST_VERSION} ./ci/docker-entrypoint.sh
fedora:
env:
DIST: fedora
Expand Down

0 comments on commit 85c4b57

Please sign in to comment.