Skip to content

Commit

Permalink
No need to rebuild boost
Browse files Browse the repository at this point in the history
  • Loading branch information
kleag committed May 2, 2024
1 parent 1d2fb01 commit ca25c5f
Showing 1 changed file with 21 additions and 21 deletions.
42 changes: 21 additions & 21 deletions .github/workflows/build-qt6.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,26 +26,26 @@ env:
jobs:


manylinux_2_28_with_boost:
name: "Build the manylinux_2_28-based image with Boost"
runs-on: ubuntu-latest

steps:
-
name: Login to DockerHub
uses: docker/login-action@v2
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}

- name: "Checkout code"
uses: actions/checkout@v3

- name: "Build image"
run: cd ./continuous_integration && docker build -f Dockerfile-manylinux_2_28_with_boost --build-arg MANYLINUX_TAG="${MANYLINUX_TAG}" -t aymara/manylinux_2_28_with_boost:latest .

- name: "Push image"
run: docker push aymara/manylinux_2_28_with_boost:latest
# manylinux_2_28_with_boost:
# name: "Build the manylinux_2_28-based image with Boost"
# runs-on: ubuntu-latest
#
# steps:
# -
# name: Login to DockerHub
# uses: docker/login-action@v2
# with:
# username: ${{ secrets.DOCKERHUB_USERNAME }}
# password: ${{ secrets.DOCKERHUB_TOKEN }}
#
# - name: "Checkout code"
# uses: actions/checkout@v3
#
# - name: "Build image"
# run: cd ./continuous_integration && docker build -f Dockerfile-manylinux_2_28_with_boost --build-arg MANYLINUX_TAG="${MANYLINUX_TAG}" -t aymara/manylinux_2_28_with_boost:latest .
#
# - name: "Push image"
# run: docker push aymara/manylinux_2_28_with_boost:latest


# manylinux_2_28_with_qt6:
Expand Down Expand Up @@ -99,7 +99,7 @@ jobs:
name: "Build the manylinux_2_28-based image with LIMA compiled with Qt6 installed"
runs-on: ubuntu-latest
# needs: manylinux_2_28_with_qt_and_pyside
needs: manylinux_2_28_with_boost
# needs: manylinux_2_28_with_boost

steps:
-
Expand Down

0 comments on commit ca25c5f

Please sign in to comment.