Skip to content
This repository has been archived by the owner on Jul 18, 2024. It is now read-only.

Commit

Permalink
Add ebuilds to corresponding pkg directories
Browse files Browse the repository at this point in the history
Signed-off-by: Reagan Lopez <[email protected]>
  • Loading branch information
reaganlo committed Oct 7, 2022
1 parent 170cc59 commit 405cc0e
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,14 @@ jobs:
run: |
cd ${ROOT_DIR}/src/third_party/${REPO_NAME}/
git checkout ${{ github.sha }}
cp ci/* ${ROOT_DIR}/src/
cp -r ci/* ${ROOT_DIR}/src/
- name: Fetch pull request code.
if: github.event_name == 'pull_request'
run: |
cd ${ROOT_DIR}/src/third_party/${REPO_NAME}/
git fetch origin pull/${{ github.event.number }}/head:${{ github.head_ref }}
git checkout ${{ github.head_ref }}
cp ci/* ${ROOT_DIR}/src/
cp -r ci/* ${ROOT_DIR}/src/
build-package:
needs: fetch-code
runs-on: self-hosted
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ SLOT="0/0"

RDEPEND="
chromeos-base/aosp-frameworks-ml-nn
chromeos-base/intel-openvino
chromeos-base/intel-openvino-dev
"

DEPEND="
Expand Down

0 comments on commit 405cc0e

Please sign in to comment.