Skip to content

Commit

Permalink
Use new v7 kernel configuration
Browse files Browse the repository at this point in the history
Also make the default kernel config selectable with symlink.
  • Loading branch information
johnny-mnemonic committed Jan 17, 2025
1 parent 8554772 commit 9e9874e
Show file tree
Hide file tree
Showing 3 changed files with 4,501 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/make-sandwich.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
cd "${TOOLS_DIR}"
echo "| STATUS | BASE COMMIT | TYPE | USED PATCHES | COMPILER | DOWNLOAD |" >> ${SUMMARY_FILE}
echo "| ------ | ----------- | ---- | ------------ | -------- | -------- |" >> ${SUMMARY_FILE}
BUILD_COMMAND="time ./tools/make-kernel.bash ./config/linux-for-hp-integrities-v3 ia64 ${BUILD_DIR} gha tar-pkg"
BUILD_COMMAND="time ./tools/make-kernel.bash ./config/kernel-config-default ia64 ${BUILD_DIR} gha tar-pkg"
if ${BUILD_COMMAND}; then
mkdir build-artifacts && mv $( cat ${BUILD_DIR}/LINUX_BUILD_LOG ) $( cat ${BUILD_DIR}/LINUX_TARBALL ) build-artifacts/
pushd build-artifacts/
Expand Down
1 change: 1 addition & 0 deletions config/kernel-config-default
Loading

0 comments on commit 9e9874e

Please sign in to comment.