forked from adoptium/infrastructure
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
UnixPB: Only Install CMake on mac where not already present. (adoptiu…
…m#3544) * UnixPB: Only Install CMake on mac where not already present. * GHA: Fix keyserver name resolution * Syntax fix * Syntax fix * Test * Fix path * Test alt solution * Test 2 * Revert test * Update ansible/playbooks/AdoptOpenJDK_Unix_Playbook/roles/Common/tasks/MacOSX.yml Co-authored-by: Martijn Verburg <martijnverburg@gmail.com> * Add comment about why this fix is needed. * GHA: replace macos11 with macos13 Replace macos11 with 13, and improve cmake check logic --------- Co-authored-by: Martijn Verburg <martijnverburg@gmail.com>
- Loading branch information
1 parent
8d4435e
commit 0b0553e
Showing
4 changed files
with
30 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -37,7 +37,7 @@ while [[ $# -gt 0 ]]; do | |
;; | ||
-k) | ||
KEY="$2" | ||
shift 2 | ||
shift 2 | ||
;; | ||
-*|--*) | ||
echo "Unknown option $1" | ||
|