From c19775fb9a16c12ef5bf998fbc3cb0a93319da26 Mon Sep 17 00:00:00 2001 From: Matt C Date: Thu, 9 Sep 2021 13:04:42 -0400 Subject: [PATCH] check repo first --- .github/workflows/build.yml | 2 +- crystal/airootfs/etc/buildstamp | 2 +- crystal/airootfs/etc/packages.x86_64 | 4 +++- crystal/packages.x86_64 | 2 ++ 4 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a08d457..4dacc17 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -15,7 +15,7 @@ jobs: steps: - name: Build run: | - pacman-key --init && pacman -Syu --needed --noconfirm && pacman -S git archiso pacman-contrib --needed --noconfirm && git clone https://github.com/crystal-linux/iso/ && cd iso && bash build_iso.sh + pacman-key --init && pacman -Syu --needed --noconfirm && pacman --S --noconfirm --needed bind && nslookup repo.getcryst.al && pacman -S git archiso pacman-contrib --needed --noconfirm && git clone https://github.com/crystal-linux/iso/ && cd iso && bash build_iso.sh - name: Get current date id: date diff --git a/crystal/airootfs/etc/buildstamp b/crystal/airootfs/etc/buildstamp index 41ece39..c5dbb5f 100644 --- a/crystal/airootfs/etc/buildstamp +++ b/crystal/airootfs/etc/buildstamp @@ -1 +1 @@ -Built on 08/03/21 @ 08:24:07 EST +Built on 09/09/21 @ 13:00:44 EST diff --git a/crystal/airootfs/etc/packages.x86_64 b/crystal/airootfs/etc/packages.x86_64 index edd8486..4d7c862 100644 --- a/crystal/airootfs/etc/packages.x86_64 +++ b/crystal/airootfs/etc/packages.x86_64 @@ -22,10 +22,12 @@ ckbcomp curl openbsd-netcat gparted +memtest86+ +edk2-shell # Things we're hosting arch-install-scripts -amethyst +ame base filesystem crystal-cli-boot diff --git a/crystal/packages.x86_64 b/crystal/packages.x86_64 index ad4ced2..1cae0f3 100644 --- a/crystal/packages.x86_64 +++ b/crystal/packages.x86_64 @@ -22,6 +22,8 @@ ckbcomp curl openbsd-netcat gparted +memtest86+` +edk2-shell # Things we're hosting arch-install-scripts