Skip to content

Commit

Permalink
fix ticking build
Browse files Browse the repository at this point in the history
  • Loading branch information
devinrsmith committed Oct 28, 2024
1 parent 55055ae commit 5751228
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/registry/manylinux2014_x86_64/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
io.deephaven.project.ProjectType=DOCKER_REGISTRY
deephaven.registry.imageName=quay.io/pypa/manylinux2014_x86_64:latest
deephaven.registry.imageId=quay.io/pypa/manylinux2014_x86_64@sha256:545ae43918a0b5a871a09ccb4421c68230a109a21d99cd6f4806b2e4c34543d2
deephaven.registry.imageId=quay.io/pypa/manylinux2014_x86_64@sha256:1b6743f7785bd1630d5fc985c898b1ac46d64ad7a39173bbfc8ad2ba315a70cf
deephaven.registry.platform=linux/amd64
2 changes: 1 addition & 1 deletion py/client-ticking/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ def pyClientTickingWheel = { String pythonTag -> Docker.registerDockerTask(proje
'${prefix}/log' \\
'${prefix}/src/py-client-ticking/src' \\
'${prefix}/src/py-client-ticking/in-wheels'; \\
/opt/python/${pythonTag}/bin/pip install cython
/opt/python/${pythonTag}/bin/pip install cython setuptools
""")
copyFile('setup.py', "${prefix}/src/py-client-ticking")
copyFile('README.md', "${prefix}/src/py-client-ticking")
Expand Down

0 comments on commit 5751228

Please sign in to comment.