Skip to content

Commit 80acadc

Browse files
committed
Add linux x64 wheel script
1 parent 38d0f03 commit 80acadc

File tree

1 file changed

+18
-1
lines changed

1 file changed

+18
-1
lines changed

.semaphore/semaphore.yml

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ blocks:
5454
- PIP_INSTALL_OPTIONS="--user" tools/wheels/build-wheels.sh "${LIBRDKAFKA_VERSION#v}" wheelhouse
5555
- tar -czf wheelhouse-macOS-${ARCH}.tgz wheelhouse
5656
- artifact push workflow wheelhouse-macOS-${ARCH}.tgz
57-
57+
5858
- name: Source package verification with Python 3 (OSX x64) +docs
5959
dependencies: []
6060
task:
@@ -83,3 +83,20 @@ blocks:
8383
# install confluent-kafka
8484
- python setup.py build && python setup.py install
8585
- make docs
86+
- name: "Wheels: Linux"
87+
dependencies: []
88+
task:
89+
agent:
90+
machine:
91+
type: s1-prod-ubuntu20-04-amd64-2
92+
env_vars:
93+
- name: OS_NAME
94+
value: osx
95+
- name: ARCH
96+
value: x64
97+
jobs:
98+
- name: Build
99+
commands:
100+
- PIP_INSTALL_OPTIONS="--user" tools/wheels/build-wheels.sh "${LIBRDKAFKA_VERSION#v}" wheelhouse
101+
- tar -czf wheelhouse-linux-${ARCH}.tgz wheelhouse
102+
- artifact push workflow wheelhouse-linux-${ARCH}.tgz

0 commit comments

Comments
 (0)