File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -35,14 +35,14 @@ if [[ -f /etc/debian_version ]];then
3535
3636# Mariner
3737else
38- tdnf install -y llvm clang libbpf-devel nftables gcc binutils iproute cross-gcc
38+ tdnf install -y llvm clang libbpf-devel nftables gcc binutils iproute
3939 if [[ $ARCH =~ amd64 ]]; then
4040 ARCH=x86_64-linux-gnu
41- # tdnf install -y gcc-x86_64-linux-gnu
41+ tdnf install -y cross-gcc
4242 cp /usr/lib/" $ARCH " /ld-linux-x86-64.so.2 " $OUT_DIR " /lib/ || find /usr/lib/ -name ' ld-linux-x86-64.so.2'
4343 elif [[ $ARCH =~ arm64 ]]; then
4444 ARCH=aarch64-linux-gnu
45- # tdnf install -y gcc-aarch64-linux-gnu
45+ tdnf install -y gcc-aarch64-linux-gnu
4646 cp /usr/lib/" $ARCH " /ld-linux-aarch64.so.1 " $OUT_DIR " /lib/ || find /usr/lib/ -name ' ld-linux-aarch64.so.1'
4747 fi
4848 for dir in /usr/include/" $ARCH " /* ; do
You can’t perform that action at this time.
0 commit comments