Commit 6a93221 1 parent e76600b commit 6a93221 Copy full SHA for 6a93221
File tree 7 files changed +7
-135
lines changed
7 files changed +7
-135
lines changed Original file line number Diff line number Diff line change 50
50
yum remove -y openssl-devel zlib-devel || true
51
51
yum install -y protobuf-devel protobuf-compiler tmate
52
52
53
- - name : Sync source deps
54
- run : |
55
- python ./sync_deps.py
56
-
57
53
- name : Python deps
58
54
run : |
59
55
pip install "numpy<2" pyyaml "pybind11[global]==2.10.3" nanobind
Original file line number Diff line number Diff line change 57
57
run : |
58
58
brew install ccache ninja
59
59
60
- - name : Sync source deps
61
- run : |
62
- python ./sync_deps.py
63
-
64
60
- name : Python deps
65
61
run : |
66
62
pip install "numpy<2" pyyaml "pybind11[global]==2.10.3" nanobind
Original file line number Diff line number Diff line change 65
65
with :
66
66
python-version : ' 3.11'
67
67
68
- - name : Sync source deps
69
- run : |
70
- python ./sync_deps.py
71
-
72
68
- name : Python deps
73
69
run : |
74
70
pip install "numpy<2" pyyaml "pybind11[global]==2.10.3" nanobind
Original file line number Diff line number Diff line change 18
18
[submodule "third_party/openssl "]
19
19
path = third_party/openssl
20
20
url = https://github.com/viaduck/openssl-cmake.git
21
+ shallow = true
22
+ [submodule "third_party/iree "]
23
+ path = third_party/iree
24
+ url = https://github.com/iree-org/iree.git
25
+ shallow = true
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ set -eux -o errtrace
4
4
5
5
this_dir=" $( cd $( dirname $0 ) && pwd) "
6
6
repo_root=" $( cd $this_dir /../.. && pwd) "
7
- iree_dir=" $( cd $repo_root /.. /iree && pwd) "
7
+ iree_dir=" $( cd $repo_root /third_party /iree && pwd) "
8
8
build_dir=" $repo_root /iree-build"
9
9
install_dir=" $repo_root /iree-install"
10
10
mkdir -p " $build_dir "
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments