Skip to content

Commit 9c196cf

Browse files
committed
Revert "Remove hard-coded commit hashes from versions.yml HEAD config"
This reverts commit 798361a. The commit causes build failure on machines that don't have 'makeinfo' (part of 'texinfo' package) installed.
1 parent 798361a commit 9c196cf

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

versions.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright (c) 2020-2022, Arm Limited and affiliates.
2+
# Copyright (c) 2020-2021, Arm Limited and affiliates.
33
# SPDX-License-Identifier: Apache-2.0
44
#
55
# Licensed under the Apache License, Version 2.0 (the "License");
@@ -50,12 +50,10 @@ Revisions:
5050
- Name: llvm.git
5151
FriendlyName: LLVM
5252
URL: https://github.com/llvm/llvm-project.git
53-
Branch: main
54-
Revision: HEAD
53+
Revision: f642436cc213f99a90e3a4258666dd693b29d79d
5554
Patch: llvm-HEAD.patch
5655
- Name: newlib.git
5756
FriendlyName: Newlib
5857
URL: https://github.com/mirror/newlib-cygwin.git
59-
Branch: master
60-
Revision: HEAD
58+
Revision: d5a20f0b70c73c72ec2bc4b639815bb821859255
6159
Patch: newlib-HEAD.patch

0 commit comments

Comments
 (0)