qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Thomas Huth <thuth@redhat.com>
To: Peter Maydell <peter.maydell@linaro.org>, qemu-devel@nongnu.org
Cc: Li-Wen Hsu <lwhsu@lwhsu.org>
Subject: [PULL 1/9] Upgrade all packages in the FreeBSD VMs to ensure the freshness
Date: Wed, 18 Jan 2023 12:34:10 +0100	[thread overview]
Message-ID: <20230118113418.1650416-2-thuth@redhat.com> (raw)
In-Reply-To: <20230118113418.1650416-1-thuth@redhat.com>

From: Li-Wen Hsu <lwhsu@lwhsu.org>

This (hopefully) fixes the errors that we currently see in the
FreeBSD jobs in the gitlab CI:

 ld-elf.so.1: /usr/local/bin/bash: Undefined symbol "rl_set_timeout"

Signed-off-by: Li-Wen Hsu <lwhsu@lwhsu.org>
Message-Id: <CAKBkRUwxL1fkzwpK_2FXKGE31415JRAR8N09+O_ht8CNdfVAqQ@mail.gmail.com>
[thuth: Update subject and patch description]
Signed-off-by: Thomas Huth <thuth@redhat.com>
---
 .gitlab-ci.d/cirrus.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.gitlab-ci.d/cirrus.yml b/.gitlab-ci.d/cirrus.yml
index 785b163aa6..502dfd612c 100644
--- a/.gitlab-ci.d/cirrus.yml
+++ b/.gitlab-ci.d/cirrus.yml
@@ -53,7 +53,7 @@ x64-freebsd-12-build:
     CIRRUS_VM_IMAGE_NAME: freebsd-12-4
     CIRRUS_VM_CPUS: 8
     CIRRUS_VM_RAM: 8G
-    UPDATE_COMMAND: pkg update
+    UPDATE_COMMAND: pkg update; pkg upgrade -y
     INSTALL_COMMAND: pkg install -y
     TEST_TARGETS: check
 
@@ -66,7 +66,7 @@ x64-freebsd-13-build:
     CIRRUS_VM_IMAGE_NAME: freebsd-13-1
     CIRRUS_VM_CPUS: 8
     CIRRUS_VM_RAM: 8G
-    UPDATE_COMMAND: pkg update
+    UPDATE_COMMAND: pkg update; pkg upgrade -y
     INSTALL_COMMAND: pkg install -y
     TEST_TARGETS: check
 
-- 
2.31.1



  reply	other threads:[~2023-01-18 11:35 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-01-18 11:34 [PULL 0/9] Testing, s390x and misc patches Thomas Huth
2023-01-18 11:34 ` Thomas Huth [this message]
2023-01-18 11:34 ` [PULL 2/9] Makefile: allow 'make uninstall' Thomas Huth
2023-01-18 11:34 ` [PULL 3/9] bulk: Rename TARGET_FMT_plx -> HWADDR_FMT_plx Thomas Huth
2023-01-18 11:34 ` [PULL 4/9] MAINTAINERS: Remove bouncing mail address from Kamil Rytarowski Thomas Huth
2023-01-21  4:54   ` Brad Smith
2023-01-18 11:34 ` [PULL 5/9] tests/qtest: Restrict bcm2835-dma-test to CONFIG_RASPI Thomas Huth
2023-01-18 11:34 ` [PULL 6/9] tests/qtest/e1000e-test: Fix the code style Thomas Huth
2023-01-18 11:34 ` [PULL 7/9] tests/qtest/libqos/e1000e: Remove duplicate register definitions Thomas Huth
2023-01-18 11:34 ` [PULL 8/9] tests/vm/haiku.x86_64: Update the Haiku VM to Beta 4 Thomas Huth
2023-01-18 11:34 ` [PULL 9/9] s390x/pv: Implement a CGS check helper Thomas Huth
2023-01-19 11:56 ` [PULL 0/9] Testing, s390x and misc patches Peter Maydell

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230118113418.1650416-2-thuth@redhat.com \
    --to=thuth@redhat.com \
    --cc=lwhsu@lwhsu.org \
    --cc=peter.maydell@linaro.org \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).