Skip to content

Commit 5afa7f6

Browse files
manylinux image build
1 parent 91378f6 commit 5afa7f6

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.github/workflows/_linux-build.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ jobs:
215215
USE_SPLIT_BUILD: ${{ inputs.use_split_build }}
216216
run: |
217217
START_TIME=$(date +%s)
218-
if [[ ${BUILD_ENVIRONMENT} == *"s390x"* || ${BUILD_ENVIRONMENT} == *"ppc64le"* ]]; then
218+
219219
JENKINS_USER=
220220
USED_IMAGE="${DOCKER_IMAGE_S390X}"
221221
# ensure that docker container cleanly exits in 12 hours
@@ -226,11 +226,7 @@ jobs:
226226
# since some steps are skipped on s390x, if they are necessary, run them here
227227
env | grep '^GITHUB' >> "/tmp/github_env_${GITHUB_RUN_ID}"
228228
env | grep '^CI' >> "/tmp/github_env_${GITHUB_RUN_ID}"
229-
else
230-
JENKINS_USER="--user jenkins"
231-
USED_IMAGE="${DOCKER_IMAGE}"
232-
DOCKER_SHELL_CMD=
233-
fi
229+
234230
235231
# Leaving 1GB for the runner and other things
236232
TOTAL_AVAILABLE_MEMORY_IN_GB=$(awk '/MemTotal/ { printf "%.3f \n", $2/1024/1024 - 1 }' /proc/meminfo)

0 commit comments

Comments
 (0)