From 85c4b571487f01967705141948f55d4030f50cab Mon Sep 17 00:00:00 2001 From: Oliver Kurth Date: Tue, 21 Jun 2022 22:06:46 +0000 Subject: [PATCH] disable Photon 3.0 ci test: old rpm-libs does not support rpmDbCookie() --- .github/workflows/ci.yml | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cf50d4ff..eba38ec3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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