cello86
cello86
@mszabo-wikia I'm using: ARG GFLAGS_VERSION=2.2.2 ARG GLOG_VERSION=0.4.0 ARG FMT_VERSION=7.1.3 ARG BOOST_VERSION=1_65_1 ARG LIBSODIUM_VERSION=1.0.18 ARG FOLLY_VERSION=2019.11.04.00 ARG FIZZ_VERSION=2019.11.04.00 ARG WANGLE_VERSION=2019.11.04.00 ARG RSOCKET_CPP_VERSION=2021.02.08.00 ARG FBTHRIFT_VERSION=2019.11.04.00 ARG MCROUTER_VERSION=0.41.0
HI @andrejusc could you provide the specific version used? Thanks, Marcello
@andrejusc I tried to compile with the version provide but I had these errors: ``` /tmp/folly-2021.09.13.00/folly/experimental/symbolizer/Dwarf.cpp: In member function 'folly::symbolizer::detail::Attribute folly::symbolizer::Dwarf::readAttribute(const folly::symbolizer::detail::CompilationUnit&, const folly::symbolizer::detail::Die&, folly::symbolizer::detail::AttributeSpec, folly::StringPiece&) const': /tmp/folly-2021.09.13.00/folly/experimental/symbolizer/Dwarf.cpp:954:10: error: 'DW_FORM_implicit_const'...
@andrejusc I tested on my local env and the library DWARF has been found and enabled during the build: ``` -- Found LIBDWARF: /usr/lib64/libdwarf.so ... -- Setting FOLLY_HAVE_ELF: 1 --...
@andrejusc I solved removing the libdwarf-devel package because it's used only for debugging pourpose. I updated all the version with you example but I noticed: ``` In file included from...
Are there any possibilities to configure PATs for the ghcr.io repo used for downloading kubernetes images?
Hi @tenthirtyam 1. I updated the provider and terraform to latest versions 2. I tried the reapply with the same issue. ``` # terraform apply -target=vsphere_compute_cluster_vm_group.kong_proxy_cluster_vm_group_dc1 -target=vsphere_compute_cluster_vm_host_rule.kong_proxy_cluster_vm_affinity_rule_dc1 -target=vsphere_virtual_machine.kong_proxy_dc1[1] ... Terraform...
@iveahugeship https://github.com/hashicorp/packer-plugin-ansible/issues/42#issuecomment-1609414998