From 463635b6c365cbedf1d1a4cb2a477c3cf03d9e05 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Besson?= Date: Thu, 28 Sep 2023 11:47:44 +0100 Subject: [PATCH] Remove outdated build script --- build.sh | 8 -------- 1 file changed, 8 deletions(-) delete mode 100755 build.sh diff --git a/build.sh b/build.sh deleted file mode 100755 index 567e765..0000000 --- a/build.sh +++ /dev/null @@ -1,8 +0,0 @@ -set -e -set -u -set -x - -docker build -t builder . "$@" -mkdir dist -patch -p1 -d ice < 0001-OpenSSL-3.0-build-See-zeroc-ice-ice-1320.patch -docker run --rm -e CPPFLAGS='-Wno-error=deprecated-declarations -Wno-error=unused-result -Wno-error=register' -v $PWD/dist:/opt -v $PWD/ice:/build builder /bin/bash -c "cd /build/cpp ; make install" \ No newline at end of file