swift-apis icon indicating copy to clipboard operation
swift-apis copied to clipboard

Add GitHub workflow for building+installing into toolchain via CMake.

Open dan-zheng opened this issue 4 years ago • 1 comments

Add GitHub Actions workflow for:

  • Downloading and installing a swift.org/download macOS development snapshot
  • Building tensorflow/swift-apis via CMake
  • Installing tensorflow/swift-apis into the toolchain via CMake
  • Repackaging the toolchain into a .pkg
  • Publishing the toolchain .pkg artifact

This allows users to download standard swift.org/download toolchains with TensorFlow and X10 installed.

dan-zheng avatar Jan 06 '21 08:01 dan-zheng

The repackaged toolchains built as part of this GitHub action are currently not right (way too small, much is missing). I'm not sure why, would be good to investigate. This action is still useful for testing CMake-based builds and installs.

dan-zheng avatar Jan 20 '21 13:01 dan-zheng