
CPU arch dependencies cleanup. Everything works fine apart from redis-benchmark test. Type: test Change-Id: I4a1e7d3bce994f6ea0681e06955ef9c621468642 Signed-off-by: Matus Fabian <matfabia@cisco.com>
5 lines
191 B
Bash
Executable File
5 lines
191 B
Bash
Executable File
#!/bin/bash
|
|
|
|
wget https://github.com/stunnel/static-curl/releases/download/8.5.0/curl-static-"$TARGETARCH"-8.5.0.tar.xz
|
|
tar -xvf ./curl-static-"$TARGETARCH"-8.5.0.tar.xz
|
|
cp curl /usr/bin/curl |