From 1131d3d54c7717660ca5cec3f02820af1a476df7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pavel=20B=C5=99ezina?= Date: Wed, 4 Sep 2024 10:59:21 +0200 Subject: [PATCH] avoid building --- .github/workflows/ci.yml | 49 ---------------------------------------- 1 file changed, 49 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 13ea8ebc01a..4d14acfcdde 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -63,55 +63,6 @@ jobs: volumes: - ../sssd:/sssd:rw - - name: Build SSSD on the client and IPA - uses: SSSD/sssd-ci-containers/actions/exec@master - with: - log-file: build.log - working-directory: /sssd - where: | - client - ipa - script: | - #!/bin/bash - set -ex - - ./contrib/ci/run --deps-only - autoreconf -if - - mkdir -p /dev/shm/sssd - pushd /dev/shm/sssd - /sssd/configure --enable-silent-rules - make rpms - - - name: Install SSSD on the client and IPA - uses: SSSD/sssd-ci-containers/actions/exec@master - with: - log-file: install.log - user: root - where: | - client - ipa - script: | - #!/bin/bash - set -ex - - dnf install -y /dev/shm/sssd/rpmbuild/RPMS/*/*.rpm - rm -fr /dev/shm/sssd - - # We need to reenable sssd-kcm since it was disabled by removing sssd not not enabled again - systemctl enable --now sssd-kcm.socket - - - name: Restart SSSD on IPA server - uses: SSSD/sssd-ci-containers/actions/exec@master - with: - user: root - where: ipa - script: | - #!/bin/bash - set -ex - - systemctl restart sssd || systemctl status sssd - - name: Patch the SSH configuration uses: SSSD/sssd-ci-containers/actions/exec@master with: