Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion cmake.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,14 @@
verle() { [[ "$1" = "$(echo -e "$1\n$2" | sort -V -r | head -n1)" ]]; }
current_version=$(cmake --version | sed -e 's/.* //' | cut -d. -f1,2,3)
echo alibuild_system_replace: cmake"$current_version"
type cmake && verge 3.28.1 $current_version && verle 3.99.99 $current_version
type cmake && verge 3.28.1 $current_version
env:
CMAKE_POLICY_VERSION_MINIMUM: 3.5

Check failure on line 22 in cmake.sh

View workflow job for this annotation

GitHub Actions / alidistlint

env.CMAKE_POLICY_VERSION_MINIMUM: must be of string type [ali:schema]
prefer_system_replacement_specs:
"cmake.*":
env:
CMAKE_VERSION: ""
CMAKE_POLICY_VERSION_MINIMUM: 3.5

Check failure on line 27 in cmake.sh

View workflow job for this annotation

GitHub Actions / alidistlint

prefer_system_replacement_specs.cmake.*.env.CMAKE_POLICY_VERSION_MINIMUM: must be of string type [ali:schema]
---
#!/bin/bash -e
SONAME=so
Expand Down
Loading