Updated Fedora build CI

This commit is contained in:
Christian Tosta
2025-04-18 14:44:33 -03:00
parent 39ebc58474
commit 52b949232f
2 changed files with 6 additions and 24 deletions

View File

@@ -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 }}

View File

@@ -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: |