Skip to content

Commit

Permalink
Use uptodate linux installer workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
wawanbreton committed Sep 26, 2024
1 parent 906e4e6 commit 961862b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 13 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/installers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
required: true
type: string
conan_args:
description: 'Conan args: eq.: --require-override'
description: 'Conan args, e.g. --requires'
default: ''
required: false
type: string
Expand Down Expand Up @@ -84,15 +84,15 @@ jobs:
operating_system: self-hosted-Windows-X64
secrets: inherit

# FIXME: Use main once merged
linux-installer:
uses: ultimaker/cura-workflows/.github/workflows/cura-installer-linux.yml@main
uses: ultimaker/cura-workflows/.github/workflows/cura-installer-linux.yml@CURA-11622_conan_v2
needs: [ default_values ]
with:
cura_conan_version: ${{ needs.default_values.outputs.cura_conan_version }}
conan_args: ${{ github.event.inputs.conan_args }}
enterprise: ${{ github.event.inputs.enterprise == 'true' }}
staging: ${{ github.event.inputs.staging == 'true' }}
architecture: X64
operating_system: self-hosted-Ubuntu22-X64
secrets: inherit

Expand Down
13 changes: 3 additions & 10 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
required: true
type: string
conan_args:
description: 'Conan args: eq.: --require-override'
description: 'Conan args, e.g. --requires'
default: ''
required: false
type: string
Expand All @@ -24,13 +24,6 @@ on:
default: false
required: true
type: boolean
architecture:
description: 'Architecture'
required: true
default: 'X64'
type: choice
options:
- X64
operating_system:
description: 'OS'
required: true
Expand All @@ -41,13 +34,13 @@ on:
- self-hosted-Ubuntu22-X64

jobs:
# FIXME: Use main once merged
linux-installer:
uses: ultimaker/cura-workflows/.github/workflows/cura-installer-linux.yml@main
uses: ultimaker/cura-workflows/.github/workflows/cura-installer-linux.yml@CURA-11622_conan_v2
with:
cura_conan_version: ${{ inputs.cura_conan_version }}
conan_args: ${{ inputs.conan_args }}
enterprise: ${{ inputs.enterprise }}
staging: ${{ inputs.staging }}
architecture: ${{ inputs.architecture }}
operating_system: ${{ inputs.operating_system }}
secrets: inherit

0 comments on commit 961862b

Please sign in to comment.