Yannick Koehler

Results 14 comments of Yannick Koehler

The problem I have is that test_package is running a executable built for a different environment, in the build environment and fails. The "can_run()" should have detected that the env...

Here are my profiles: ``` 21:36:22 ======== Input profiles ======== 21:36:22 Profile host: 21:36:22 [settings] 21:36:22 arch=x86_64 21:36:22 build_type=RelWithDebInfo 21:36:22 compiler=gcc 21:36:22 compiler.libc=glibc 21:36:22 compiler.libc.version=2.34 21:36:22 compiler.libcxx=libstdc++ 21:36:22 compiler.version=10.3 21:36:22...

That fact that I used a sysroot, should hint the "can_run" function that this cannot execute a binary locally. Yet got told that skip_test was the way to go, which...