Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MSYS2 need to be updated #699

Closed
lygstate opened this issue Sep 1, 2020 · 1 comment
Closed

MSYS2 need to be updated #699

lygstate opened this issue Sep 1, 2020 · 1 comment
Labels

Comments

@lygstate
Copy link

lygstate commented Sep 1, 2020

According to
https://www.msys2.org/news/#2020-06-29-new-packages

The msys2's signature is updated

windows_msys2_task:
  windows_container:
    image: cirrusci/windowsservercore:cmake
    os_version: 2019
    cpu: 8
    memory: 8G
  env:
    MSYS: winsymlinks:nativestrict
    MSYSTEM: MINGW64
    CHERE_INVOKING: 1
  printenv_script: C:\tools\msys64\usr\bin\bash.exe -lc 'printenv'
  install_script:
    C:\tools\msys64\usr\bin\bash.exe -lc "pacman -Syu --noconfirm --needed"
    C:\tools\msys64\usr\bin\bash.exe -lc "sh scripts/ci/windows/msys2_install.sh"
  script:
    C:\tools\msys64\usr\bin\bash.exe -lc "sh scripts/ci/windows/msys2_build.sh"


Hope updating cirrusci/windowsservercore:cmake with newest msys2

@lygstate lygstate added the bug label Sep 1, 2020
lfd-lists pushed a commit to linux-mailinglist-archives/qemu-devel.nongnu.org.0 that referenced this issue Sep 2, 2020
lfd-lists pushed a commit to linux-mailinglist-archives/qemu-devel.nongnu.org.0 that referenced this issue Sep 2, 2020
lfd-lists pushed a commit to linux-mailinglist-archives/qemu-devel.nongnu.org.0 that referenced this issue Sep 2, 2020
lfd-lists pushed a commit to linux-mailinglist-archives/qemu-devel.nongnu.org.0 that referenced this issue Sep 2, 2020
lfd-lists pushed a commit to linux-mailinglist-archives/qemu-devel.nongnu.org.0 that referenced this issue Sep 2, 2020
lfd-lists pushed a commit to linux-mailinglist-archives/qemu-devel.nongnu.org.0 that referenced this issue Sep 2, 2020
lfd-lists pushed a commit to linux-mailinglist-archives/qemu-devel.nongnu.org.0 that referenced this issue Sep 2, 2020
lfd-lists pushed a commit to linux-mailinglist-archives/qemu-devel.nongnu.org.0 that referenced this issue Sep 2, 2020
lfd-lists pushed a commit to linux-mailinglist-archives/qemu-devel.nongnu.org.0 that referenced this issue Sep 2, 2020
lfd-lists pushed a commit to linux-mailinglist-archives/qemu-devel.nongnu.org.0 that referenced this issue Sep 2, 2020
lfd-lists pushed a commit to linux-mailinglist-archives/qemu-devel.nongnu.org.0 that referenced this issue Sep 2, 2020
lfd-lists pushed a commit to linux-mailinglist-archives/qemu-devel.nongnu.org.0 that referenced this issue Sep 2, 2020
lfd-lists pushed a commit to linux-mailinglist-archives/qemu-devel.nongnu.org.0 that referenced this issue Sep 2, 2020
huth pushed a commit to huth/qemu that referenced this issue Sep 16, 2020
Install msys2 in a proper way refer to:
 cirruslabs/cirrus-ci-docs#699
The https://wiki.qemu.org/Hosts/W32#Native_builds_with_MSYS2 need to be updated.
There is no need of --cross-prefix, open mingw64.exe instead of msys2.exe then
we don't need the --cross-prefix, besides we use environment variable settings:
    MSYS: winsymlinks:nativestrict
    MSYSTEM: MINGW64
    CHERE_INVOKING: 1
to opening mingw64 native shell.

Signed-off-by: Yonggang Luo <luoyonggang@gmail.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
Message-Id: <20200915121318.247-25-luoyonggang@gmail.com>
[thuth: Add --target-list-exclude to speed it up a little bit, and
        add capstone package to avoid build failure with internal capstone]
Signed-off-by: Thomas Huth <thuth@redhat.com>
@fkorotkov
Copy link
Contributor

I think images got rebuilt from the time this issue was created and eveything should be up-to-date.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants