Skip to content

scripts/bootstrap-prefix.sh: Make Linux CHOST detection less braindead #184

scripts/bootstrap-prefix.sh: Make Linux CHOST detection less braindead

scripts/bootstrap-prefix.sh: Make Linux CHOST detection less braindead #184

Triggered via push January 13, 2024 23:01
Status Failure
Total duration 18s
Artifacts

scripts.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

1 error and 10 warnings
build
Process completed with exit code 1.
build
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build: scripts/bootstrap-prefix.sh#L21
Use "$@" (with quotes) to prevent whitespace problems.
build: scripts/bootstrap-prefix.sh#L87
Use 'pushd ... || exit' or 'pushd ... || return' in case pushd fails.
build: scripts/bootstrap-prefix.sh#L108
Use 'popd ... || exit' or 'popd ... || return' in case popd fails.
build: scripts/bootstrap-prefix.sh#L177
Declare and assign separately to avoid masking return values.
build: scripts/bootstrap-prefix.sh#L190
isgcc appears unused. Verify use (or export if used externally).
build: scripts/bootstrap-prefix.sh#L217
Declare and assign separately to avoid masking return values.