All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Azure: Use "pacman -Sy" to install the toolchain
@ 2021-03-26 19:14 Tom Rini
  2021-03-27 12:05 ` Bin Meng
  2021-03-27 17:13 ` Tom Rini
  0 siblings, 2 replies; 3+ messages in thread
From: Tom Rini @ 2021-03-26 19:14 UTC (permalink / raw)
  To: u-boot

We now see an error such as:
warning: database file for 'ucrt64' does not exist (use '-Sy' to download)
error: failed to prepare transaction (could not find database)

So use -Sy as suggested.

Signed-off-by: Tom Rini <trini@konsulko.com>
---
 .azure-pipelines.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.azure-pipelines.yml b/.azure-pipelines.yml
index 0d618b70621b..8e11b76e3af5 100644
--- a/.azure-pipelines.yml
+++ b/.azure-pipelines.yml
@@ -23,7 +23,7 @@ jobs:
           %CD:~0,2%\msys64\usr\bin\bash -lc "pacman --noconfirm -Syyuu"
         displayName: 'Update MSYS2'
       - script: |
-          %CD:~0,2%\msys64\usr\bin\bash -lc "pacman --noconfirm --needed -S make gcc bison flex diffutils openssl-devel"
+          %CD:~0,2%\msys64\usr\bin\bash -lc "pacman --noconfirm --needed -Sy make gcc bison flex diffutils openssl-devel"
         displayName: 'Install Toolchain'
       - script: |
           echo make tools-only_defconfig tools-only NO_SDL=1 > build-tools.sh
-- 
2.17.1

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [PATCH] Azure: Use "pacman -Sy" to install the toolchain
  2021-03-26 19:14 [PATCH] Azure: Use "pacman -Sy" to install the toolchain Tom Rini
@ 2021-03-27 12:05 ` Bin Meng
  2021-03-27 17:13 ` Tom Rini
  1 sibling, 0 replies; 3+ messages in thread
From: Bin Meng @ 2021-03-27 12:05 UTC (permalink / raw)
  To: u-boot

On Sat, Mar 27, 2021 at 3:14 AM Tom Rini <trini@konsulko.com> wrote:
>
> We now see an error such as:
> warning: database file for 'ucrt64' does not exist (use '-Sy' to download)
> error: failed to prepare transaction (could not find database)
>
> So use -Sy as suggested.
>
> Signed-off-by: Tom Rini <trini@konsulko.com>
> ---
>  .azure-pipelines.yml | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>

Reviewed-by: Bin Meng <bmeng.cn@gmail.com>

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [PATCH] Azure: Use "pacman -Sy" to install the toolchain
  2021-03-26 19:14 [PATCH] Azure: Use "pacman -Sy" to install the toolchain Tom Rini
  2021-03-27 12:05 ` Bin Meng
@ 2021-03-27 17:13 ` Tom Rini
  1 sibling, 0 replies; 3+ messages in thread
From: Tom Rini @ 2021-03-27 17:13 UTC (permalink / raw)
  To: u-boot

On Fri, Mar 26, 2021 at 03:14:14PM -0400, Tom Rini wrote:

> We now see an error such as:
> warning: database file for 'ucrt64' does not exist (use '-Sy' to download)
> error: failed to prepare transaction (could not find database)
> 
> So use -Sy as suggested.
> 
> Signed-off-by: Tom Rini <trini@konsulko.com>
> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 659 bytes
Desc: not available
URL: <https://lists.denx.de/pipermail/u-boot/attachments/20210327/6b8e6526/attachment.sig>

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-03-27 17:13 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-26 19:14 [PATCH] Azure: Use "pacman -Sy" to install the toolchain Tom Rini
2021-03-27 12:05 ` Bin Meng
2021-03-27 17:13 ` Tom Rini

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.