Skip to content

When XCode changes for a rebuild if needed. #11903

When XCode changes for a rebuild if needed.

When XCode changes for a rebuild if needed. #11903

Triggered via pull request January 7, 2025 08:23
@ktfktf
synchronize #5690
ktf:pr5690
Status Failure
Total duration 1m 38s
Artifacts

recipe-checks.yml

on: pull_request
alidistlint
13s
alidistlint
circular dependencies
1m 30s
circular dependencies
Fit to window
Zoom out
Zoom in

Annotations

2 errors, 2 warnings, and 8 notices
alidistlint: xcode.sh#L20
prefer_system_replacement_specs.[0-9]+.version: substitution variable 'key' is invalid [ali:schema]
alidistlint
Process completed with exit code 123.
alidistlint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
circular dependencies
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
alidistlint: xcode.sh#L24
main recipe should create a Modulefile; use alibuild-generate-module or add a "#%Module1.0" comment to your manually-created Modulefile [ali:missing-modulefile]
alidistlint: xcode.sh#L24
Missing script shebang. Use exactly "#!/bin/bash -e" to match aliBuild environment. You may see spurious errors until you fix the shebang. [ali:bad-shebang]
alidistlint: xcode.sh#L5
Missing script shebang. Use exactly "#!/bin/bash -e" to match aliBuild environment. You may see spurious errors until you fix the shebang. [ali:bad-shebang]
alidistlint: xcode.sh#L17
prefer_system_replacement_specs.unsupported.recipe should create a Modulefile; use alibuild-generate-module or add a "#%Module1.0" comment to your manually-created Modulefile [ali:missing-modulefile]
alidistlint: xcode.sh#L17
Missing script shebang. Use exactly "#!/bin/bash -e" to match aliBuild environment. You may see spurious errors until you fix the shebang. [ali:bad-shebang]
alidistlint: xcode.sh#L22
prefer_system_replacement_specs.[0-9]+.recipe should create a Modulefile; use alibuild-generate-module or add a "#%Module1.0" comment to your manually-created Modulefile [ali:missing-modulefile]
alidistlint: xcode.sh#L22
Missing script shebang. Use exactly "#!/bin/bash -e" to match aliBuild environment. You may see spurious errors until you fix the shebang. [ali:bad-shebang]
alidistlint: xcode.sh#L6
Use $(...) notation instead of legacy backticks `...`. [SC2006]