From c44f46b687c29a0cf5ef4ce81457e66026c28906 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Isabel=20Sch=C3=B6ps=20Thiel=20=40IsabelSchoepd?= <155141998+IST-Github@users.noreply.github.com> Date: Thu, 4 Jan 2024 04:28:55 +0100 Subject: [PATCH] Delete build/bot directory MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Isabel Schöps Thiel @IsabelSchoepd <155141998+IST-Github@users.noreply.github.com> --- build/bot/macos-build.sh | 22 ---------------------- build/bot/ppa-build.sh | 17 ----------------- 2 files changed, 39 deletions(-) delete mode 100644 build/bot/macos-build.sh delete mode 100644 build/bot/ppa-build.sh diff --git a/build/bot/macos-build.sh b/build/bot/macos-build.sh deleted file mode 100644 index f1620bca86..0000000000 --- a/build/bot/macos-build.sh +++ /dev/null @@ -1,22 +0,0 @@ -#!/bin/bash - -set -e -x - -# -- Check XCode version -xcodebuild -version -# xcrun simctl list - -# -- Build for macOS and upload to Azure -go run build/ci.go install -dlgo -go run build/ci.go archive -type tar # -signer OSX_SIGNING_KEY -upload gethstore/builds - -# # -- CocoaPods -# gem uninstall cocoapods -a -x -# gem install cocoapods -# mv ~/.cocoapods/repos/master ~/.cocoapods/repos/master.bak -# sed -i '.bak' 's/repo.join/!repo.join/g' $(dirname `gem which cocoapods`)/cocoapods/sources_manager.rb -# git clone --depth=1 https://github.com/CocoaPods/Specs.git ~/.cocoapods/repos/master -# pod setup --verbose - -# # -- Build for iOS and upload to Azure -# go run build/ci.go xcode -signer IOS_SIGNING_KEY -upload gethstore/builds diff --git a/build/bot/ppa-build.sh b/build/bot/ppa-build.sh deleted file mode 100644 index ca04262a20..0000000000 --- a/build/bot/ppa-build.sh +++ /dev/null @@ -1,17 +0,0 @@ -#!/bin/bash - -set -e -x - -# Note: this script is meant to be run in a Debian/Ubuntu docker container, -# as user 'root'. - -# Install the required tools for creating source packages. -apt-get -yq --no-install-suggests --no-install-recommends install\ - devscripts debhelper dput fakeroot - -# Add the SSH key of ppa.launchpad.net to known_hosts. -mkdir -p ~/.ssh -echo '|1|7SiYPr9xl3uctzovOTj4gMwAC1M=|t6ReES75Bo/PxlOPJ6/GsGbTrM0= ssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAQEA0aKz5UTUndYgIGG7dQBV+HaeuEZJ2xPHo2DS2iSKvUL4xNMSAY4UguNW+pX56nAQmZKIZZ8MaEvSj6zMEDiq6HFfn5JcTlM80UwlnyKe8B8p7Nk06PPQLrnmQt5fh0HmEcZx+JU9TZsfCHPnX7MNz4ELfZE6cFsclClrKim3BHUIGq//t93DllB+h4O9LHjEUsQ1Sr63irDLSutkLJD6RXchjROXkNirlcNVHH/jwLWR5RcYilNX7S5bIkK8NlWPjsn/8Ua5O7I9/YoE97PpO6i73DTGLh5H9JN/SITwCKBkgSDWUt61uPK3Y11Gty7o2lWsBjhBUm2Y38CBsoGmBw==' >> ~/.ssh/known_hosts - -# Build the source package and upload. -go run build/ci.go debsrc -upload ethereum/ethereum -sftp-user geth-ci -signer "Go Ethereum Linux Builder "