Skip to content

Commit 7cb92b0

Browse files
committed
Remove hard-coded commit hashes from versions.yml HEAD config
A prior commit b4aa4b7 changed the HEAD build configuration in versions.yml to use hard-coded commits of LLVM and newlib, so that build breakages could be fixed one by one. Now that all breaking changes have been addressed, we can restore the HEAD configuration to track the tips of upstream branches as before.
1 parent e9bb8a1 commit 7cb92b0

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

versions.yml

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

0 commit comments

Comments
 (0)