Skip to content

Commit

Permalink
v1
Browse files Browse the repository at this point in the history
  • Loading branch information
LarryLian authored and LarryLian committed Oct 28, 2024
1 parent 49723ee commit a5d9d94
Showing 1 changed file with 10 additions and 15 deletions.
25 changes: 10 additions & 15 deletions .github/workflows/manylinux_basic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,11 @@ jobs:
build-wheels:
timeout-minutes: 60
runs-on: ubuntu-latest
container: quay.io/pypa/manylinux2014_x86_64
container: quay.io/pypa/manylinux2014_x86_64:2024-07-02-9ac04ee

steps:
- uses: actions/checkout@v2

- name: Install bazel
- name: Build Wheels
run: |
yum -y install wget
yum -y install java-1.8.0-openjdk java-1.8.0-openjdk-devel
Expand All @@ -24,16 +23,12 @@ jobs:
./bazel-5.1.0-installer-linux-x86_64.sh --user
export PATH=$PATH:~/.bazel/bin
export PYTHON_BIN_PATH='/opt/python/cp38-cp38/bin/python'
bazel build //pygloo:all
echo "Built successfully1."
- name: Build wheels
run: |
# bazel build //pygloo:all
echo "Built successfully."
bash build_wheels.sh
echo "Built successfully."
echo `pwd`
# - name: Archive pygloo-wheel
# uses: actions/upload-artifact@v1
# with:
# name: pygloo_python39_wheel_on_manylinux
# path: dist/
- name: Archive pygloo-wheels
uses: actions/upload-artifact@v4
with:
name: pygloo_python3X_wheels_on_manylinux
path: dist/*

0 comments on commit a5d9d94

Please sign in to comment.