mirror of
https://github.com/ekaaty/ca-certificates-brazil.git
synced 2025-12-06 01:22:38 -03:00
Updated Fedora build CI
This commit is contained in:
7
.github/workflows/ci.yml
vendored
7
.github/workflows/ci.yml
vendored
@@ -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']"
|
|
||||||
|
|||||||
23
.github/workflows/fedora.yml
vendored
23
.github/workflows/fedora.yml
vendored
@@ -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: |
|
||||||
|
|||||||
Reference in New Issue
Block a user