Skip to content

Commit

Permalink
Also enable build (incl. HP Sim) and test (incl. Ski) for linux-6.9.y
Browse files Browse the repository at this point in the history
Plus:
* Update make-kernel.bash
* Use new kernel configuration for normal builds but keep the old one
  • Loading branch information
johnny-mnemonic committed May 18, 2024
1 parent d149120 commit 0836124
Show file tree
Hide file tree
Showing 31 changed files with 75,173 additions and 20 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/mirror.yml
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ jobs:
cd "${TOOLS_DIR}"
echo "| STATUS | BRANCH | VERSION | TYPE | USED PATCHES | COMPILER |" >> ${SUMMARY_FILE}
echo "| ------ | ------ | ------- | ---- | ------------ | -------- |" >> ${SUMMARY_FILE}
if time ./tools/make-kernel.bash ./config/rx2620-rx2660-rx2800-i2-combined-localmodconfig ia64 ${BUILD_DIR}; then
if time ./tools/make-kernel.bash ./config/linux-for-hp-integrities-v2 ia64 ${BUILD_DIR}; then
echo "| :white_check_mark: | ${BRANCH} | ${KERNEL_VERSION} | regular | ${USED_PATCHES} | ${CROSS_COMPILER_AND_VERSION} |" >> ${SUMMARY_FILE}
echo "${KERNEL_VERSION}" > ${GITHUB_WORKSPACE}/${BRANCH}-last-kernel-version
true
Expand Down
Loading

0 comments on commit 0836124

Please sign in to comment.