From 52b949232f7f3c61de1af2a789ce0389db5a8d04 Mon Sep 17 00:00:00 2001 From: Christian Tosta Date: Fri, 18 Apr 2025 14:44:33 -0300 Subject: [PATCH] Updated Fedora build CI --- .github/workflows/ci.yml | 7 +++---- .github/workflows/fedora.yml | 23 +++-------------------- 2 files changed, 6 insertions(+), 24 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4f36764..294b723 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -47,7 +47,6 @@ jobs: build-fedora: needs: release-ci uses: ./.github/workflows/fedora.yml -# with: - #cache-file-path: ${{ needs.release-ci.outputs.ASSET }} -# version: ${{ needs.release-ci.outputs.VERSION }} -# containers: "['fedora:latest', 'fedora:41']" + with: + containers: "['fedora:latest', 'fedora:41']" + version: ${{ needs.release-ci.outputs.VERSION }} diff --git a/.github/workflows/fedora.yml b/.github/workflows/fedora.yml index 0aaddcf..a24632e 100644 --- a/.github/workflows/fedora.yml +++ b/.github/workflows/fedora.yml @@ -3,18 +3,12 @@ on: workflow_call: inputs: -# cache-file-path: -# required: true -# type: string - version: - required: true - type: string containers: required: true type: string - -#env: -# SPEC_FILE: ${GITHUB_WORKSPACE}/packaging/pkg.spec.in + version: + required: true + type: string jobs: build: @@ -28,17 +22,6 @@ jobs: steps: - name: Local checkout uses: actions/checkout@v4 -# with: -# repository: ${{ github.repository }} -# sparse-checkout: | -# ${SPEC_FILE} - -# - uses actions/cache/restore@v4 -# id: cache -# with: -# key: ${{ runner.os }}-v${{ inputs.version }}-${{ hashFiles(inputs.cache-file-path) }} -# path: ${{ inputs.cache-file-path }} -# fail-on-cache-miss: true - name: install RPM build dependencies run: |