Skip to content

Commit 83d0a62

Browse files
committed
CI: Temporary disable Linux 32-bit tests; the third-party module cryptography has no wheels and requires Rust to build (stupid and lazy).
1 parent 8de5e92 commit 83d0a62

File tree

1 file changed

+31
-31
lines changed

1 file changed

+31
-31
lines changed

.github/workflows/builds.yml

Lines changed: 31 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ name: Builds
44

55
env:
66
ARTIFACTS_FOLDER: '${{ github.workspace }}/artifacts'
7-
DSS_CAPI_TAG: '0.14.0b3'
7+
DSS_CAPI_TAG: '0.14.0rc2'
88

99
on:
1010
# release:
@@ -54,36 +54,36 @@ jobs:
5454
name: 'packages'
5555
path: '${{ github.workspace }}/artifacts'
5656

57-
build_linux_x86:
58-
name: 'Linux x86'
59-
runs-on: ubuntu-latest
60-
env:
61-
CONDA_SUBDIR: 'linux-32'
62-
DOCKER_IMAGE: 'pmeira/manylinux_wheel_fpc322_i686'
63-
steps:
64-
- name: 'Checkout'
65-
run: |
66-
git clone $GITHUB_SERVER_URL/$GITHUB_REPOSITORY dss_python
67-
cd dss_python
68-
git checkout $GITHUB_SHA
69-
- name: 'Setup Docker'
70-
run: |
71-
docker pull $DOCKER_IMAGE
72-
- name: 'Download/extract message catalogs'
73-
run: |
74-
curl -s -L https://github.com/dss-extensions/dss_capi/releases/download/${DSS_CAPI_TAG}/messages.tar.gz -o messages.tar.gz
75-
cd dss_python/dss
76-
tar zxf ../../messages.tar.gz
77-
- name: Build wheel
78-
run: |
79-
mkdir -p artifacts
80-
mkdir -p artifacts_raw
81-
docker run -e GITHUB_SHA -e GITHUB_REF -v "${PWD}:/build" -w /build $DOCKER_IMAGE bash /build/dss_python/ci/build_linux.sh x86
82-
- name: 'Upload artifacts'
83-
uses: "actions/upload-artifact@v3"
84-
with:
85-
name: 'packages'
86-
path: '${{ github.workspace }}/artifacts'
57+
# build_linux_x86:
58+
# name: 'Linux x86'
59+
# runs-on: ubuntu-latest
60+
# env:
61+
# CONDA_SUBDIR: 'linux-32'
62+
# DOCKER_IMAGE: 'pmeira/manylinux_wheel_fpc322_i686'
63+
# steps:
64+
# - name: 'Checkout'
65+
# run: |
66+
# git clone $GITHUB_SERVER_URL/$GITHUB_REPOSITORY dss_python
67+
# cd dss_python
68+
# git checkout $GITHUB_SHA
69+
# - name: 'Setup Docker'
70+
# run: |
71+
# docker pull $DOCKER_IMAGE
72+
# - name: 'Download/extract message catalogs'
73+
# run: |
74+
# curl -s -L https://github.com/dss-extensions/dss_capi/releases/download/${DSS_CAPI_TAG}/messages.tar.gz -o messages.tar.gz
75+
# cd dss_python/dss
76+
# tar zxf ../../messages.tar.gz
77+
# - name: Build wheel
78+
# run: |
79+
# mkdir -p artifacts
80+
# mkdir -p artifacts_raw
81+
# docker run -e GITHUB_SHA -e GITHUB_REF -v "${PWD}:/build" -w /build $DOCKER_IMAGE bash /build/dss_python/ci/build_linux.sh x86
82+
# - name: 'Upload artifacts'
83+
# uses: "actions/upload-artifact@v3"
84+
# with:
85+
# name: 'packages'
86+
# path: '${{ github.workspace }}/artifacts'
8787

8888
build_macos_x64:
8989
name: 'macOS x64'

0 commit comments

Comments
 (0)