We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d137b6a commit ef3d571Copy full SHA for ef3d571
2 files changed
docker/MQTTManager/CMakeUserPresets.json
@@ -4,7 +4,6 @@
4
"conan": {}
5
},
6
"include": [
7
- "build/Release/generators/CMakePresets.json",
8
"build/Debug/generators/CMakePresets.json"
9
]
10
}
docker/MQTTManager/compile_mqttmanager.sh
@@ -55,7 +55,7 @@ elif [ "$TARGETPLATFORM" == "linux/arm/v6" ]; then
55
echo "LD=arm-linux-gnueabihf-ld" >>/root/.conan2/profiles/host
56
elif [ "$TARGETPLATFORM" == "linux/arm/v7" ]; then
57
deb_add_arch="armhf"
58
- conan_target_arch="armv7hf"
+ conan_target_arch="armv7"
59
strip_bin="/usr/bin/arm-linux-gnueabihf-strip"
60
apt -y install binutils-arm-linux-gnueabihf gcc-arm-linux-gnueabihf g++-arm-linux-gnueabihf
61
echo "" >>/root/.conan2/profiles/host
0 commit comments