Skip to content

Commit de25d13

Browse files
committed
Fix lib mangling for real
1 parent b5edf93 commit de25d13

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.gitlab-ci.yml

-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ linux-builder:
2424
- ~/auto-update-sphinx "$CI_PROJECT_DIR/build" "$CI_COMMIT_REF_NAME"
2525
- python3 -u freeze.py build
2626
- for dir in "build/*/"; do /bin/sh ./installer/mangle-hw-libs.sh $(realpath "${dir}"); done
27-
-
2827
- python3 -u installer/build-server.py "$SLACK_TOKEN" "$S3_ACCESS_KEY" "$S3_SECRET_KEY" "$WINDOWS_KEY" "$WINDOWS_PASSWORD" "$GITHUB_USER" "$GITHUB_PASS" "False" "$CI_COMMIT_REF_NAME"
2928
when: always
3029
except:

0 commit comments

Comments
 (0)