Skip to content
This repository was archived by the owner on Jan 18, 2024. It is now read-only.

Commit 91e1795

Browse files
Khalil Estellkammce
authored andcommitted
🩹 Remove extra host profile install
- 🩹 Bump conan version to 2.0.14
1 parent 52e0eac commit 91e1795

6 files changed

Lines changed: 11 additions & 14 deletions

File tree

.github/workflows/demo_builder.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ on:
2626
default: ${{ github.repository }}
2727
conan_version:
2828
type: string
29-
default: "2.0.13"
29+
default: "2.0.14"
3030
profile:
3131
type: string
3232
required: true

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ on:
2828
default: ${{ github.repository }}
2929
conan_version:
3030
type: string
31-
default: "2.0.13"
31+
default: "2.0.14"
3232

3333
jobs:
3434
cortex-m0:

.github/workflows/deploy_unit.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ on:
2626
default: ${{ github.repository }}
2727
conan_version:
2828
type: string
29-
default: "2.0.13"
29+
default: "2.0.14"
3030
profile:
3131
required: true
3232
type: string
@@ -101,13 +101,10 @@ jobs:
101101
JFROG_USER: ${{ secrets.JFROG_LIBHAL_TRUNK_USER }}
102102
run: conan remote login -p $API_KEY libhal $JFROG_USER
103103

104-
- name: Install libhal settings_user.yml
104+
- name: 📡 Install libhal settings_user.yml
105105
run: conan config install -sf profiles/baremetal https://github.com/libhal/conan-config.git
106106

107-
- name: Install host OS profiles
108-
run: conan config install -sf profiles/x86_64/linux/ -tf profiles https://github.com/libhal/conan-config.git
109-
110-
- name: Install profiles processor profiles
107+
- name: 📡 Install processor profiles
111108
run: conan config install -tf profiles -sf conan/profiles/ ${{ inputs.profile_source }}
112109

113110
- name: 📦 Create `Debug` package for ${{ inputs.profile }}

.github/workflows/library.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ on:
3838
default: ${{ github.repository }}
3939
conan_version:
4040
type: string
41-
default: "2.0.13"
41+
default: "2.0.14"
4242

4343
# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
4444
permissions:

.github/workflows/platform_deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ on:
2626
default: ${{ github.repository }}
2727
conan_version:
2828
type: string
29-
default: "2.0.13"
29+
default: "2.0.14"
3030
profile:
3131
type: string
3232
required: true

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ Inputs:
209209
- `repo`: The GitHub repository where the library is located. Default is the
210210
repository where the workflow is running.
211211
- `conan_version`: The version of Conan to use for building the library. Default
212-
is "2.0.13".
212+
is "2.0.14".
213213

214214
This workflow is designed to be used in any GitHub Actions workflow by
215215
referencing it with the `uses` keyword and providing the necessary inputs. If an
@@ -228,7 +228,7 @@ Inputs:
228228
- `repo`: The GitHub repository where the library is located. Default is the
229229
repository where the workflow is running.
230230
- `conan_version`: The version of Conan to use for building the library. Default
231-
is "2.0.13".
231+
is "2.0.14".
232232

233233
This workflow creates a job for each supported device and architecture. Each job
234234
uses the `deploy_unit.yml` workflow to build a package for the specified device
@@ -253,7 +253,7 @@ Inputs:
253253
- `repo`: The GitHub repository where the library is located. Default is the
254254
repository where the workflow is running.
255255
- `conan_version`: The version of Conan to use for building the library. Default
256-
is "2.0.13".
256+
is "2.0.14".
257257
- `profile`: The profile to use for building the package. This input is
258258
required.
259259
- `upload`: A boolean value indicating whether to upload the built package to
@@ -289,7 +289,7 @@ Inputs:
289289
- `repo`: The GitHub repository where the library is located. Default is the
290290
repository where the workflow is running.
291291
- `conan_version`: The version of Conan to use for building the library. Default
292-
is "2.0.13".
292+
is "2.0.14".
293293
- `profile`: The profile to use for building the demo. This input is required.
294294
- `processor_profile`: The URL of the processor profile to use for building the
295295
demo. Default is an empty string.

0 commit comments

Comments
 (0)