Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
PHILO-HE committed Jul 15, 2024
1 parent 696cf93 commit fcfa6fe
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/velox_weekly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,16 +48,15 @@ jobs:
yum update -y
yum install -y epel-release sudo dnf
if [ "${{ matrix.os }}" = "centos:7" ]; then
yum install -y centos-release-scl
rm /etc/yum.repos.d/CentOS-SCLo-scl.repo -f
sed -i \
-e 's/^mirrorlist/#mirrorlist/' \
-e 's/^#baseurl/baseurl/' \
-e 's/mirror\.centos\.org/vault.centos.org/' \
/etc/yum.repos.d/CentOS-SCLo-scl-rh.repo
fi
yum install -y java-1.8.0-openjdk-devel patch wget git curl gcc-c++ make openssl-devel
wget https://github.com/Kitware/CMake/releases/download/v3.28.3/cmake-3.28.3.tar.gz
tar -zxvf cmake-3.28.3.tar.gz && cd cmake-3.28.3 && ./configure && make && make install
yum install -y java-1.8.0-openjdk-devel patch wget git make
export JAVA_HOME=/usr/lib/jvm/java-1.8.0-openjdk && \
export PATH=$JAVA_HOME/bin:$PATH
wget --no-check-certificate https://downloads.apache.org/maven/maven-3/3.8.8/binaries/apache-maven-3.8.8-bin.tar.gz && \
Expand All @@ -82,9 +81,8 @@ jobs:
run: |
# To avoid the prompt for region selection during installing tzdata.
export DEBIAN_FRONTEND="noninteractive"
apt-get update && apt-get install -y sudo maven wget git curl #python3-pip ninja-build
apt-get update && apt-get install -y sudo maven wget git
sudo apt-get install -y openjdk-8-jdk
#pip3 install cmake==3.28.3
export JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64
export DEBIAN_FRONTEND=noninteractive
cd $GITHUB_WORKSPACE/ && ./dev/package.sh

0 comments on commit fcfa6fe

Please sign in to comment.