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

Windows build is failing with trust issues #160

Open
phlax opened this issue Jan 27, 2022 · 1 comment
Open

Windows build is failing with trust issues #160

phlax opened this issue Jan 27, 2022 · 1 comment

Comments

@phlax
Copy link
Member

phlax commented Jan 27, 2022

The windows build is consistently failing with the following:

error: perl-File-Listing: signature from "David Macek <david.macek.0@gmail.com>" is unknown trust

and related errors.

there are some discussions about this:

as this only started to happen in the last day or two its not clear if its transient or something changed and we need to clear some keys or somesuch

@wrowe
Copy link
Contributor

wrowe commented Jan 31, 2022

This is typical of a new signatory to the package collection, and requires a bump in the base msys2 package provisioned in our build_windows_toolchain.ps1 script. Patch incoming.

wrowe added a commit to wrowe/envoy-build-tools that referenced this issue Jan 31, 2022
Bumps bazelisk, visual studio buildtools, windows sdk, cmake, python and msys2
to their current revisions. No other patckages updated as of this date.

Visual Studio is bumped to the latest of VS2019 (version 19).  Holding off for
a later toolchain rebuild to bring this up to Visual Studio 2022 (version 20)
including better C++20 support. We will need to examine how the Universal CRT
is affected by that bump.

Resolves issue: envoyproxy#160
Signed-off-by: William A Rowe Jr <wrowe@vmware.com>
wrowe added a commit to wrowe/envoy-build-tools that referenced this issue Jan 31, 2022
Bumps bazelisk, visual studio buildtools, windows sdk, cmake, python and msys2
to their current revisions. No other patckages updated as of this date.

Visual Studio is bumped to the latest of VS2019 (version 19).  Holding off for
a later toolchain rebuild to bring this up to Visual Studio 2022 (version 20)
including better C++20 support. We will need to examine how the Universal CRT
is affected by that bump.

Resolves issue: envoyproxy#160
Signed-off-by: William A Rowe Jr <wrowe@vmware.com>
phlax added a commit that referenced this issue Jan 31, 2022
* Update Windows components to 2022-Jan-31

Bumps bazelisk, visual studio buildtools, windows sdk, cmake, python and msys2
to their current revisions. No other patckages updated as of this date.

Visual Studio is bumped to the latest of VS2019 (version 19).  Holding off for
a later toolchain rebuild to bring this up to Visual Studio 2022 (version 20)
including better C++20 support. We will need to examine how the Universal CRT
is affected by that bump.

Resolves issue: #160
Signed-off-by: William A Rowe Jr <wrowe@vmware.com>

* gcloud-sdk: Workaround for arm install

Signed-off-by: Ryan Northey <ryan@synca.io>

Co-authored-by: Ryan Northey <ryan@synca.io>
htuch pushed a commit that referenced this issue Feb 1, 2022
  [skip ci]
  Update Windows components to 2022-Jan-31 (#162)

* Update Windows components to 2022-Jan-31

Bumps bazelisk, visual studio buildtools, windows sdk, cmake, python and msys2
to their current revisions. No other patckages updated as of this date.

Visual Studio is bumped to the latest of VS2019 (version 19).  Holding off for
a later toolchain rebuild to bring this up to Visual Studio 2022 (version 20)
including better C++20 support. We will need to examine how the Universal CRT
is affected by that bump.

Resolves issue: #160
Signed-off-by: William A Rowe Jr <wrowe@vmware.com>

* gcloud-sdk: Workaround for arm install

Signed-off-by: Ryan Northey <ryan@synca.io>

Co-authored-by: Ryan Northey <ryan@synca.io>
htuch pushed a commit that referenced this issue Feb 1, 2022
  [skip ci]
  Regenerate linux toolchains from 514e2f7

  [skip ci]
  Update Windows components to 2022-Jan-31 (#162)

* Update Windows components to 2022-Jan-31

Bumps bazelisk, visual studio buildtools, windows sdk, cmake, python and msys2
to their current revisions. No other patckages updated as of this date.

Visual Studio is bumped to the latest of VS2019 (version 19).  Holding off for
a later toolchain rebuild to bring this up to Visual Studio 2022 (version 20)
including better C++20 support. We will need to examine how the Universal CRT
is affected by that bump.

Resolves issue: #160
Signed-off-by: William A Rowe Jr <wrowe@vmware.com>

* gcloud-sdk: Workaround for arm install

Signed-off-by: Ryan Northey <ryan@synca.io>

Co-authored-by: Ryan Northey <ryan@synca.io>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants