Skip to content

Commit

Permalink
[WIP] iree submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
makslevental committed Sep 2, 2024
1 parent 3a6f183 commit b6e3ce0
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 135 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/ci-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,6 @@ jobs:
yum remove -y openssl-devel zlib-devel || true
yum install -y protobuf-devel protobuf-compiler tmate
- name: Sync source deps
run: |
python ./sync_deps.py
- name: Python deps
run: |
pip install "numpy<2" pyyaml "pybind11[global]==2.10.3" nanobind
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/ci-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,6 @@ jobs:
run: |
brew install ccache ninja
- name: Sync source deps
run: |
python ./sync_deps.py
- name: Python deps
run: |
pip install "numpy<2" pyyaml "pybind11[global]==2.10.3" nanobind
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/ci-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,10 +65,6 @@ jobs:
with:
python-version: '3.11'

- name: Sync source deps
run: |
python ./sync_deps.py
- name: Python deps
run: |
pip install "numpy<2" pyyaml "pybind11[global]==2.10.3" nanobind
Expand Down
5 changes: 5 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,8 @@
[submodule "third_party/openssl"]
path = third_party/openssl
url = https://github.com/viaduck/openssl-cmake.git
shallow = true
[submodule "third_party/iree"]
path = third_party/iree
url = https://github.com/iree-org/iree.git
shallow = true
2 changes: 1 addition & 1 deletion build_tools/ci/build_test_cpp.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set -eux -o errtrace

this_dir="$(cd $(dirname $0) && pwd)"
repo_root="$(cd $this_dir/../.. && pwd)"
iree_dir="$(cd $repo_root/../iree && pwd)"
iree_dir="$(cd $repo_root/third_party/iree && pwd)"
build_dir="$repo_root/iree-build"
install_dir="$repo_root/iree-install"
mkdir -p "$build_dir"
Expand Down
122 changes: 0 additions & 122 deletions sync_deps.py

This file was deleted.

1 change: 1 addition & 0 deletions third_party/iree
Submodule iree added at 60b65f

0 comments on commit b6e3ce0

Please sign in to comment.