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: build-fedora:
needs: release-ci needs: release-ci
uses: ./.github/workflows/fedora.yml uses: ./.github/workflows/fedora.yml
# with: with:
#cache-file-path: ${{ needs.release-ci.outputs.ASSET }} containers: "['fedora:latest', 'fedora:41']"
# version: ${{ needs.release-ci.outputs.VERSION }} version: ${{ needs.release-ci.outputs.VERSION }}
# containers: "['fedora:latest', 'fedora:41']"

View File

@@ -3,18 +3,12 @@
on: on:
workflow_call: workflow_call:
inputs: inputs:
# cache-file-path:
# required: true
# type: string
version:
required: true
type: string
containers: containers:
required: true required: true
type: string type: string
version:
#env: required: true
# SPEC_FILE: ${GITHUB_WORKSPACE}/packaging/pkg.spec.in type: string
jobs: jobs:
build: build:
@@ -28,17 +22,6 @@ jobs:
steps: steps:
- name: Local checkout - name: Local checkout
uses: actions/checkout@v4 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 - name: install RPM build dependencies
run: | run: |