From eed71d775b9cde0224f323858062cf4af028a6c0 Mon Sep 17 00:00:00 2001 From: Amy Liffey Date: Fri, 23 Jun 2023 14:52:35 +0200 Subject: [PATCH 1/3] fix git command in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7bbfc39..e4217ff 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ The basis of the automated test implementation for this repository comes from [h The assignment-autotest directory contains scripts useful for automated testing Use ``` -git submodule init update --recursive +git submodule update --init --recursive ``` to synchronize after cloning and before starting each assignment, as discussed in the assignment instructions. From f0c7a24c232fcf664ebf5387e3f6b5cd306ef308 Mon Sep 17 00:00:00 2001 From: Dan Walkes Date: Sun, 25 Aug 2024 15:21:59 -0600 Subject: [PATCH 2/3] Update container for F24 Update to Ubuntu 22.04 containers --- .github/workflows/github-actions.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/github-actions.yml b/.github/workflows/github-actions.yml index a7da1d5..da82dd8 100644 --- a/.github/workflows/github-actions.yml +++ b/.github/workflows/github-actions.yml @@ -1,5 +1,5 @@ name: assignment-test -on: +on: push: tags-ignore: - '*' @@ -7,7 +7,7 @@ on: - '*' jobs: unit-test: - container: cuaesd/aesd-autotest:unit-test + container: cuaesd/aesd-autotest:24-unit-test runs-on: self-hosted steps: - uses: actions/checkout@v2 @@ -16,7 +16,7 @@ jobs: - name: Run unit test run: ./unit-test.sh full-test: - container: cuaesd/aesd-autotest:assignment1 + container: cuaesd/aesd-autotest:24-assignment1 runs-on: self-hosted steps: - uses: actions/checkout@v2 From 21f5f747b806cd6f6b2a74fb07085a5f95e53405 Mon Sep 17 00:00:00 2001 From: Dan Walkes Date: Wed, 28 Aug 2024 10:38:59 -0600 Subject: [PATCH 3/3] Update linux version to 5.15 To work with latest gcc --- finder-app/manual-linux.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/finder-app/manual-linux.sh b/finder-app/manual-linux.sh index a2dd5ee..8dcd3f0 100755 --- a/finder-app/manual-linux.sh +++ b/finder-app/manual-linux.sh @@ -7,7 +7,7 @@ set -u OUTDIR=/tmp/aeld KERNEL_REPO=git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git -KERNEL_VERSION=v5.1.10 +KERNEL_VERSION=v5.15.163 BUSYBOX_VERSION=1_33_1 FINDER_APP_DIR=$(realpath $(dirname $0)) ARCH=arm64