tf-seal icon indicating copy to clipboard operation
tf-seal copied to clipboard

Fix macos CI

Open justin1121 opened this issue 5 years ago • 2 comments

There's a problem with the xcode version on circleci not being compatible with the tensorflow build I did for macos. Figure out how we can make these work together.

justin1121 avatar Jul 16 '19 16:07 justin1121

To reproduce the root cause: ssh into the circleci container and run:

cd repo
. venv/bin/activate
python -c "import tensorflow"

It will crash with Illegal Instruction.

justin1121 avatar Jul 17 '19 16:07 justin1121

If we continue using a custom version of Tensorflow we'll most likely have to build tensorflow on a machine provided by circleci. This was the suggestion from circleci support.

justin1121 avatar Aug 06 '19 13:08 justin1121