Skip to content

Tags: libhal/ci

Tags

5.24.1

Toggle 5.24.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
🐛 (minor) Add :a and :h to app_builder2.yml (#122)

- Change compiler toolchain profile to hal/tc/gcc

5.24.0

Toggle 5.24.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
✨ (patch) Add extra_conan_arguments to app_builder2.yml (#121)

5.23.3

Toggle 5.23.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
🐛 Add --build=<library> to package creation (#119)

Without this flag, newer revisions of a package will not be created and
the old version will be downloaded again, doing nothing silently OR
crashing due to old dependencies that may be broken.

5.23.2

Toggle 5.23.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
🐛 Change runner OS for ARM64 to ubuntu-24.04-arm

Previously it was x86_64 and masquerading as ARM for conan causing build issues.

5.23.1

Toggle 5.23.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
👷 API docs now pulls branch and commits on top of it (#118)

* 👷 API docs now pulls branch and commits on top of it

This way PRs stack with updated commits

5.23.0

Toggle 5.23.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
📝 Update inputs for api_docs_gen.yml (#117)

5.22.1

Toggle 5.22.1's commit message
🚑 Fix check_existing_pr function

5.22.0

Toggle 5.22.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add dir input to api_docs_gen.yml (#114)

5.21.4

Toggle 5.21.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
♻️ Simplify tests.yml by auto-detecting repo name and deprecating cov…

…erage inputs (#112)

- Change `repo` input to default to `github.repository` instead of being
  required
- Mark `library`, `coverage`, `fail_on_coverage`, and
  `coverage_threshold` inputs as deprecated since coverage should now be
  handled by the package itself
- Remove single quotes around `--version='latest'` for consistency
- Add descriptions to all workflow inputs for better documentation
- Reorganize inputs with deprecated ones grouped at the bottom
- Update self_check.yml to remove now-unnecessary `library` parameter

5.21.3

Toggle 5.21.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
✨ Add enable_clang_tidy option to tests.yml (#111)

* ✨ Add enable_clang_tidy option to tests.yml

Set the option `enable_clang_tidy=True` for packages with that option
available.

* Make each self check dependant on its file