You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This command don't use my host system' cmake, ninja, vcpkg, how to fix? I have searched in the google, but find no solutions.
$ pack build --builder gcr.io/buildpacks/builder:v1 --env GOOGLE_FUNCTION_TARGET=hello_world_http --env VCPKG_FORCE_SYSTEM_BINARIES=true --env VCPKG_MAX_CONCURRENCY=8 --env VCPKG_DISABLE_METRICS=true --env VCPKG_NO_CI=true --env VCPKG_BUILD_TYPE=debug --env VCPKG_ROOT=/vcpkg --volume /usr/local/bin/cmake:/usr/local/bin/cmake --volume /usr/local/bin/ninja:/usr/local/bin/ninja --volume /home/anlexn/workspace/github.com/anlexN/vcpkg:/vcpkg:rw --path /home/anlexn/workspace/github.com/anlexN/functions-framework-cpp/examples/site/howto_create_container gcf-cpp-hello-world-http-me
Warning: Using untrusted builder with volume mounts. If there is sensitive data in the volumes, this may present a security vulnerability.
v1: Pulling from buildpacks/builder
Digest: sha256:a8d69b26fd4ff27dae2c790bb81f3b277d3d821a1149a46e16371a7eca2e461d
Status: Image is up to date for gcr.io/buildpacks/builder:v1
v1: Pulling from buildpacks/gcp/run
Digest: sha256:2c7cdbfdec3771adbe66a2f0094898df309dbc5e9d87a73e63bf56a7937fcf51
Status: Image is up to date for gcr.io/buildpacks/gcp/run:v1
0.20.5: Pulling from buildpacksio/lifecycle
Digest: sha256:3274fe28594f484240fc3f17e46b7b45e304830e544dcdd82ce19472d159ef71
Status: Image is up to date for buildpacksio/lifecycle:0.20.5
===> ANALYZING
[analyzer] Image with name "gcf-cpp-hello-world-http-me" not found
===> DETECTING
[detector] target distro name/version labels not found, reading /etc/os-release file
[detector] 2 of 3 buildpacks participating
[detector] google.cpp.functions-framework 0.1.0
[detector] google.utils.label-image 0.0.2
===> RESTORING
===> BUILDING
[builder] target distro name/version labels not found, reading /etc/os-release file
[builder] === C++ - Functions Framework ([email protected]) ===
[builder] ***** CACHE MISS: "vcpkg"
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hello everyone
pack build \ --builder gcr.io/buildpacks/builder:v1 \ --env GOOGLE_FUNCTION_TARGET=hello_world_http \ --path /home/anlexn/workspace/github.com/anlexN/functions-framework-cpp/examples/site/howto_create_container \ gcf-cpp-hello-world-httpThis command don't use my host system' cmake, ninja, vcpkg, how to fix? I have searched in the google, but find no solutions.
how to solve
CACHE MISS: "vcpkg"?Beta Was this translation helpful? Give feedback.
All reactions