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.
2 parents 3e0a08b + 18778b5 commit 7bf9161Copy full SHA for 7bf9161
others/scripts/s2opcua/requirements.sh
@@ -63,7 +63,8 @@ tar xf check-0.15.2.tar.gz
63
# S2OPC:
64
rm -rf S2OPC
65
echo "Fetching S2OPC OPC UA Toolkit libraries..."
66
-git clone https://gitlab.com/systerel/S2OPC.git
+git clone --depth 1 -b S2OPC_Toolkit_1.2.0 https://gitlab.com/systerel/S2OPC.git
67
+
68
(
69
cd S2OPC
70
cp ../scripts/s2opcua/S2OPC.patch .
0 commit comments