Skip to content

Commit

Permalink
Use v7 config for builds from now on
Browse files Browse the repository at this point in the history
  • Loading branch information
johnny-mnemonic committed Jan 20, 2025
1 parent 5a8b79d commit 201121a
Show file tree
Hide file tree
Showing 2 changed files with 4,500 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/mirror.yml
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ jobs:
cd "${TOOLS_DIR}"
echo "| STATUS | BRANCH | VERSION | 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/linux-for-hp-integrities-v7 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
Loading

0 comments on commit 201121a

Please sign in to comment.