You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 18, 2020. It is now read-only.
The pySEAL docker image currently clones a public repository for pybind11 git clone https://github.com/pybind/pybind11.git
I would like to request that CyberReboot forks pybind11 so we can point the docker image to our own hosted repo to prevent our build from breaking if they update the software without our knowledge.
Thanks!
The text was updated successfully, but these errors were encountered:
* Travis w/o Docker, using setup script
* Update root dir
* Fix setup root and sudo
* Reformat script to .travis.yml instead of setup.sh
* Fix SEAL location
* Remove cleanup, reorder to install and after_success parts
* Added caching
* Re-added various Python versions
* Test as part of script section
* Conditional build for SEAL and Pybind11 to support caching
* Fix multiple statements within if-fi bug
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The pySEAL docker image currently clones a public repository for pybind11
git clone https://github.com/pybind/pybind11.git
I would like to request that CyberReboot forks pybind11 so we can point the docker image to our own hosted repo to prevent our build from breaking if they update the software without our knowledge.
Thanks!
The text was updated successfully, but these errors were encountered: