https://github.com/ome/zeroc-ice-py-debian9
Debian 9 ZeroC Ice Builder
https://github.com/ome/zeroc-ice-py-debian9
Last synced: 4 months ago
JSON representation
Debian 9 ZeroC Ice Builder
- Host: GitHub
- URL: https://github.com/ome/zeroc-ice-py-debian9
- Owner: ome
- Created: 2018-12-16T20:18:05.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-04-07T12:32:28.000Z (about 3 years ago)
- Last Synced: 2025-10-29T00:35:22.852Z (7 months ago)
- Language: Dockerfile
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 6
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Ubuntu Debian 9 Zeroc Ice Python 3 Builder
==========================================
[](https://github.com/ome/zeroc-ice-py-debian9/actions)
Builds Zeroc Ice wheel for Debian 9.
This can be used to create installable binary packages as an alternative to compiling from source using pip.
docker build -t builder .
docker run --rm -v $PWD/dist:/dist builder
To build a different version of IcePy:
docker run --rm -v $PWD/dist:/dist builder VERSION
Packages will be copied to `$PWD/dist`.