From b0f5922e18a40b22da88ce220a36cc20aa99b8ea Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Wed, 26 Nov 2025 23:31:47 -0500 Subject: fix: chore: fix broken pipe on CI. Signed-off-by: Amlal El Mahrouss --- .github/workflows/kernel-ahci-dev.yml | 2 +- .github/workflows/kernel-ahci.yml | 2 +- .github/workflows/kernel-pio-dev.yml | 2 +- .github/workflows/kernel-pio.yml | 2 +- README.md | 5 +++-- 5 files changed, 7 insertions(+), 6 deletions(-) diff --git a/.github/workflows/kernel-ahci-dev.yml b/.github/workflows/kernel-ahci-dev.yml index f6c87aa4..a627b149 100644 --- a/.github/workflows/kernel-ahci-dev.yml +++ b/.github/workflows/kernel-ahci-dev.yml @@ -15,4 +15,4 @@ jobs: - uses: actions/checkout@v4 - name: Build CI run: sudo curl https://github.com/nekernel-org/nebuild/releases/download/v0.0.6-apple-m1/nebuild-debian -o /bin/nebuild && sudo chmod +x /bin/nebuild && sudo apt update && sudo apt install mingw-w64 qemu-utils nasm | - ./modules_ahci_x64.sh && ./setup_x64.sh && ./kernel_ci_x64.sh \ No newline at end of file + ./modules_ahci_x64.sh && ./setup_x64_project.sh && ./kernel_ci_x64.sh \ No newline at end of file diff --git a/.github/workflows/kernel-ahci.yml b/.github/workflows/kernel-ahci.yml index a7b6aec7..637bcee6 100644 --- a/.github/workflows/kernel-ahci.yml +++ b/.github/workflows/kernel-ahci.yml @@ -15,5 +15,5 @@ jobs: - uses: actions/checkout@v4 - name: Build CI run: sudo curl https://github.com/nekernel-org/nebuild/releases/download/v0.0.6-apple-m1/nebuild-debian -o /bin/nebuild && sudo chmod +x /bin/nebuild && sudo apt update && sudo apt install mingw-w64 qemu-utils nasm | - ./modules_ahci_x64.sh && ./setup_x64.sh && ./kernel_ci_x64.sh + ./modules_ahci_x64.sh && ./setup_x64_project.sh && ./kernel_ci_x64.sh diff --git a/.github/workflows/kernel-pio-dev.yml b/.github/workflows/kernel-pio-dev.yml index 9b7d9eb9..eb304724 100644 --- a/.github/workflows/kernel-pio-dev.yml +++ b/.github/workflows/kernel-pio-dev.yml @@ -15,5 +15,5 @@ jobs: - uses: actions/checkout@v4 - name: Build CI run: sudo curl https://github.com/nekernel-org/nebuild/releases/download/v0.0.6-apple-m1/nebuild-debian -o /bin/nebuild && sudo chmod +x /bin/nebuild && sudo apt update && sudo apt install mingw-w64 qemu-utils nasm | - ./modules_pio_x64.sh && ./setup_x64.sh && ./kernel_ci_x64.sh + ./modules_pio_x64.sh && ./setup_x64_project.sh && ./kernel_ci_x64.sh \ No newline at end of file diff --git a/.github/workflows/kernel-pio.yml b/.github/workflows/kernel-pio.yml index 058ce383..129cbf82 100644 --- a/.github/workflows/kernel-pio.yml +++ b/.github/workflows/kernel-pio.yml @@ -15,5 +15,5 @@ jobs: - uses: actions/checkout@v4 - name: Build CI run: sudo curl https://github.com/nekernel-org/nebuild/releases/download/v0.0.6-apple-m1/nebuild-debian -o /bin/nebuild && sudo chmod +x /bin/nebuild && sudo apt update && sudo apt install mingw-w64 qemu-utils nasm | - ./modules_pio_x64.sh && ./setup_x64.sh && ./kernel_ci_x64.sh + ./modules_pio_x64.sh && ./setup_x64_project.sh && ./kernel_ci_x64.sh \ No newline at end of file diff --git a/README.md b/README.md index 34dfabd3..c1f63740 100644 --- a/README.md +++ b/README.md @@ -60,8 +60,9 @@ ```sh git clone https://github.com/nekernel-org/nekernel.git cd nekernel -./setup_x64.sh -./debug_ata_x64.sh # For generic ATA PIO target (QEMU) +./setup_x64_project.sh +./modules_ahci_x64.sh +./debug_ahci_x64.sh # For generic ATA PIO target (QEMU) ``` - For ARM64 or other targets, see the scripts in `src/boot/`. -- cgit v1.2.3