Skip to content

Commit

Permalink
Test all linux builds
Browse files Browse the repository at this point in the history
  • Loading branch information
not-jenni committed Sep 7, 2021
1 parent 79dbb1f commit 0f28424
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 17 deletions.
32 changes: 16 additions & 16 deletions .github/workflows/build_package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,25 +32,25 @@ jobs:
matrix:
include:
# Ubuntu packages.
# - os: ubuntu-18.04
# build_package: main-dist
# experimental: false
- os: ubuntu-18.04
build_package: main-dist
experimental: false
- os: ubuntu-18.04
build_package: py-runtime-pkg
experimental: false
# - os: ubuntu-18.04
# build_package: py-xla-compiler-tools-pkg
# experimental: false
# - os: ubuntu-18.04
# build_package: py-tflite-compiler-tools-pkg
# experimental: false
# - os: ubuntu-18.04
# build_package: py-tf-compiler-tools-pkg
# experimental: false
# # Only needs to be built on Linux because platform independent.
# - os: ubuntu-18.04
# build_package: py-pure-pkgs
# experimental: false
- os: ubuntu-18.04
build_package: py-xla-compiler-tools-pkg
experimental: false
- os: ubuntu-18.04
build_package: py-tflite-compiler-tools-pkg
experimental: false
- os: ubuntu-18.04
build_package: py-tf-compiler-tools-pkg
experimental: false
# Only needs to be built on Linux because platform independent.
- os: ubuntu-18.04
build_package: py-pure-pkgs
experimental: false

# Windows packages.
# - os: windows-2019
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/validate_and_publish_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
# python -m pip install iree-compiler-snapshot iree-jax-snapshot iree-runtime-snapshot iree-tools-tflite-snapshot iree-tools-tf-snapshot iree-tools-xla-snapshot -f https://github.com/google/iree/tag/snapshot-${{ github.event.inputs.package_version }}
pwd
ls -R
python -m pip install -f file://$PWD/artifact/ iree-runtime-snapshot
python -m pip install -f file://$PWD/artifact/ iree-compiler-snapshot iree-jax-snapshot iree-runtime-snapshot iree-tools-tflite-snapshot iree-tools-tf-snapshot iree-tools-xla-snapshot
validate_command_line_tools:
name: "Validate command line tools"
Expand Down

0 comments on commit 0f28424

Please sign in to comment.