Skip to content

Commit

Permalink
buildtransitive
Browse files Browse the repository at this point in the history
  • Loading branch information
jchen351 committed Apr 19, 2024
1 parent 3ba7faa commit bff082c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/linux-cpu-x64-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,13 @@ jobs:
shell: bash
run: |
ls -l
ls -l ${{ env.ORT_NIGHTLY_PACKAGE_NAME_L }}/buildtransitive
continue-on-error: true

- name: Extra OnnxRuntime library and header files
run: |
mkdir -p ort/lib
mv ${{ env.ORT_NIGHTLY_PACKAGE_NAME_L }}/build/native/include ort/
mv ${{ env.ORT_NIGHTLY_PACKAGE_NAME_L }}/buildtransitive/native/include ort/
mv ${{ env.ORT_NIGHTLY_PACKAGE_NAME_L }}/runtimes/linux-x64/native/* ort/lib/
- name: Build with CMake and GCC
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/linux-gpu-x64-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,13 @@ jobs:
shell: bash
run: |
ls -l
ls -l ${{ env.ORT_NIGHTLY_PACKAGE_NAME_L }}/buildtransitive
continue-on-error: true

- name: Extra OnnxRuntime library and header files
run: |
mkdir -p ort/lib
mv ${{ env.ORT_NIGHTLY_PACKAGE_NAME_L }}/build/native/include ort/
mv ${{ env.ORT_NIGHTLY_PACKAGE_NAME_L }}/buildtransitive/native/include ort/
mv ${{ env.ORT_NIGHTLY_PACKAGE_NAME_L }}/runtimes/linux-x64/native/* ort/lib/
Expand Down

0 comments on commit bff082c

Please sign in to comment.