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

ci: request VM with updated cpu and more memory per core #358

Conversation

scotthart
Copy link

We recently had a build timeout, boost the VM specs to see if we can build faster.

@scotthart scotthart requested a review from a team as a code owner July 23, 2024 15:40
@coryan
Copy link
Contributor

coryan commented Jul 23, 2024

We recently had a build timeout, boost the VM specs to see if we can build faster.

That is not why you are getting timeouts. You are getting timeouts because the vcpkg cache is not building, and it is not building because the AVRO package is broken with CMake 3.30.

CMake Error at /b/pubsub-avro/vcpkg_installed/x64-linux/share/unofficial-avro-cpp/unofficial-avro-cpp-config.cmake:62 (set_target_properties):
  The link interface of target "unofficial::avro-cpp::avrocpp" contains:

    Boost::filesystem

  but the target was not found.  Possible reasons include:

    * There is a typo in the target name.
    * A find_package call is missing for an IMPORTED target.
    * An ALIAS target is missing.

Call Stack (most recent call first):
  /usr/local/vcpkg/scripts/buildsystems/vcpkg.cmake:857 (_find_package)
  CMakeLists.txt:25 (find_package)


CMake Generate step failed.  Build files cannot be regenerated correctly.

CMake Error at /b/cmake-prefix-pubsub-avro/src/verify-sample-pubsub-avro-stamp/verify-sample-pubsub-avro-configure-.cmake:47 (message):
  Stopping after outputting logs.


@scotthart scotthart closed this Jul 23, 2024
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

Successfully merging this pull request may close these issues.

2 participants