Skip to content

ci: build: General improvements #2809

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Jun 2, 2025
Merged

ci: build: General improvements #2809

merged 3 commits into from
Jun 2, 2025

Conversation

gastmaier
Copy link
Contributor

PR Description

  • Sparse errors are piped in sterr, so capture them
  • Add a set_arch method to ease local testing
  • Consider renamed files, because modified files that were also renamed are Renamed under diff-filter, e.g.:
  M: zynq-coraz7s.dts (+10,-1)
  R: zynq-coraz7s-fpga-eeprom.dts → zynq-coraz7s-no-bitstream.dts (-20)

PR Type

  • Bug fix (a change that fixes an issue)
  • New feature (a change that adds new functionality)
  • Breaking change (a change that affects other repos or cause CIs to fail)

PR Checklist

  • I have conducted a self-review of my own code changes
  • I have tested the changes on the relevant hardware
  • I have updated the documentation outside this repo accordingly (if there is the case)
gastmaier added 3 commits May 27, 2025 13:51
Sparse errors are piped in sterr, so capture them

Signed-off-by: Jorge Marques <jorge.marques@analog.com>
Intended for local usage with the container, map short-names to
installed compiler and architectures. `which` command is used for sanity
testing.

Signed-off-by: Jorge Marques <jorge.marques@analog.com>
Modified files that were also renamed are Renamed under diff-filter, e.g.:

  M: zynq-coraz7s.dts (+10,-1)
  R: zynq-coraz7s-fpga-eeprom.dts → zynq-coraz7s-no-bitstream.dts (-20)

Signed-off-by: Jorge Marques <jorge.marques@analog.com>
@gastmaier gastmaier merged commit b0d67b6 into main Jun 2, 2025
16 checks passed
@gastmaier gastmaier deleted the ci-general-fixes branch June 2, 2025 09:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants