fix pkg
All checks were successful
release / Release (push) Successful in 38s

This commit is contained in:
2026-03-02 17:36:50 +09:00
parent 2f2194c3ab
commit 983df3518c
5 changed files with 5 additions and 2 deletions

2
.gitignore vendored
View File

@@ -7,4 +7,4 @@ root.x86_64/
archiso/
build.log
.claude
cfg/repo.sh
/cfg/repo.sh

View File

@@ -33,7 +33,7 @@ Server = https://git.syui.ai/ai/repo/raw/branch/main/$arch
EOF
arch-chroot $ROOTFS /bin/sh -c 'pacman-key --init && pacman-key --populate archlinux'
arch-chroot $ROOTFS /bin/sh -c 'pacman -Syu --noconfirm base-devel vim git zsh rust openssh jq nodejs npm zsh-autosuggestions zsh-syntax-highlighting zsh-history-substring-search'
arch-chroot $ROOTFS /bin/sh -c 'pacman -Syu --noconfirm base-devel vim git zsh rust clang openssh jq nodejs npm zsh-autosuggestions zsh-syntax-highlighting zsh-history-substring-search'
if [[ "$BUILD_MODE" == "image" ]]; then
arch-chroot $ROOTFS /bin/sh -c 'pacman -S --noconfirm linux linux-firmware mkinitcpio'

View File

@@ -12,6 +12,7 @@ sha256sums=('SKIP')
build() {
cd gpt
export CC=gcc
cargo build --release
}

View File

@@ -12,6 +12,7 @@ sha256sums=('SKIP')
build() {
cd log
export CC=gcc
cargo build --release
}

View File

@@ -12,6 +12,7 @@ sha256sums=('SKIP')
build() {
cd shell
export CC=gcc
cargo build --release
}