Skip to content
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

refactor(platform): factorize using variables #2320

Merged
merged 2 commits into from
Mar 29, 2024

Commits on Mar 26, 2024

  1. refactor(platform): factorize using variables

    Avoid error when a version or a path is changed.
    
    Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
    fpistm committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    081354f View commit details
    Browse the repository at this point in the history
  2. fix(prebuild): made shell script fully posix

    if called with other shell (example dash),
    shebang is ignored and so some syntax was not supported.
    
    Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
    fpistm committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    79b6bdb View commit details
    Browse the repository at this point in the history