Skip to content

Commit

Permalink
modify cks.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
wjz304 committed Mar 10, 2024
1 parent ed4b51c commit ade7bf2
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
13 changes: 10 additions & 3 deletions .github/workflows/cks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,13 @@ jobs:
- name: Checkout
uses: actions/checkout@main

- name: Checkout
uses: actions/checkout@main
with:
repository: RROrg/rp-modules
token: ${{ secrets.RRORG }}
path: rp-modules

- name: Checkout
uses: actions/checkout@main
with:
Expand Down Expand Up @@ -64,13 +71,13 @@ jobs:
exit 1
fi
. rr-cks/compile.sh
. rp-modules/compile-ck.sh
echo "----------------- Env -----------------"
makeEnvDeploy ${ROOT_PATH} ${VERSION} ${PLATFORM}
echo "-------------- Make Kernel -------------"
makekernel ${ROOT_PATH} ${VERSION} ${PLATFORM} linux_dsm_epyc7002 output
echo "-------------- Make modules ------------"
makemodules ${ROOT_PATH} ${VERSION} ${PLATFORM} linux_dsm_epyc7002 rr-cks/src/5.10.55 modules
makemodules ${ROOT_PATH} ${VERSION} ${PLATFORM} linux_dsm_epyc7002 rp-modules/src/5.10.55-ck modules
echo "--------------- Make i915 --------------"
makei915 ${ROOT_PATH} ${VERSION} ${PLATFORM} linux_dsm_epyc7002 intel-gpu-i915-backports i915
Expand All @@ -79,7 +86,7 @@ jobs:
- name: Tar to Artifacts
run: |
. rr-cks/compile.sh
. rp-modules/compile-ck.sh
ROOT_PATH=${{ github.workspace }}
VERSION=${{ matrix.version }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ jobs:
- name: Pack
run: |
cd rr
VERSION="${{ env.VERSION }}"
VERSION="${VERSION:-"test"}"
Expand Down

0 comments on commit ade7bf2

Please sign in to comment.