-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
[CI][C++] VCPKG nightly build fails due to GTestAlt not found #35186
Labels
Component: C++
Component: Continuous Integration
Priority: Blocker
Marks a blocker for the release
Type: bug
Milestone
Comments
Oh... |
Hmm. It's difficult to debug without a local reproducible environment... |
raulcd
pushed a commit
that referenced
this issue
Apr 18, 2023
…35200) ### Rationale for this change We must be able to use GoogleTest installed by vcpkg on Windows. ### What changes are included in this PR? Add missing `-DCMAKE_CXX_STANDARD`. ### Are these changes tested? Yes. ### Are there any user-facing changes? Yes. * Closes: #35186 Authored-by: Sutou Kouhei <kou@clear-code.com> Signed-off-by: Raúl Cumplido <raulcumplido@gmail.com>
raulcd
pushed a commit
that referenced
this issue
Apr 19, 2023
…35200) ### Rationale for this change We must be able to use GoogleTest installed by vcpkg on Windows. ### What changes are included in this PR? Add missing `-DCMAKE_CXX_STANDARD`. ### Are these changes tested? Yes. ### Are there any user-facing changes? Yes. * Closes: #35186 Authored-by: Sutou Kouhei <kou@clear-code.com> Signed-off-by: Raúl Cumplido <raulcumplido@gmail.com>
liujiacheng777
pushed a commit
to LoongArch-Python/arrow
that referenced
this issue
May 11, 2023
…cpkg (apache#35200) ### Rationale for this change We must be able to use GoogleTest installed by vcpkg on Windows. ### What changes are included in this PR? Add missing `-DCMAKE_CXX_STANDARD`. ### Are these changes tested? Yes. ### Are there any user-facing changes? Yes. * Closes: apache#35186 Authored-by: Sutou Kouhei <kou@clear-code.com> Signed-off-by: Raúl Cumplido <raulcumplido@gmail.com>
ArgusLi
pushed a commit
to Bit-Quill/arrow
that referenced
this issue
May 15, 2023
…cpkg (apache#35200) ### Rationale for this change We must be able to use GoogleTest installed by vcpkg on Windows. ### What changes are included in this PR? Add missing `-DCMAKE_CXX_STANDARD`. ### Are these changes tested? Yes. ### Are there any user-facing changes? Yes. * Closes: apache#35186 Authored-by: Sutou Kouhei <kou@clear-code.com> Signed-off-by: Raúl Cumplido <raulcumplido@gmail.com>
rtpsw
pushed a commit
to rtpsw/arrow
that referenced
this issue
May 16, 2023
…cpkg (apache#35200) ### Rationale for this change We must be able to use GoogleTest installed by vcpkg on Windows. ### What changes are included in this PR? Add missing `-DCMAKE_CXX_STANDARD`. ### Are these changes tested? Yes. ### Are there any user-facing changes? Yes. * Closes: apache#35186 Authored-by: Sutou Kouhei <kou@clear-code.com> Signed-off-by: Raúl Cumplido <raulcumplido@gmail.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Component: C++
Component: Continuous Integration
Priority: Blocker
Marks a blocker for the release
Type: bug
Describe the bug, including details regarding any error messages, version, and platform.
The job for test-build-vcpkg-win has been failing for the last days on our nightly jobs. With the following error:
This is also failing on the maintenance branch for 12.0.0 so I think this should be fixed before the RC is created.
Component(s)
C++, Continuous Integration
The text was updated successfully, but these errors were encountered: