Skip to content

Commit

Permalink
Merge branch 'assignment3-part-2' into assignment4
Browse files Browse the repository at this point in the history
  • Loading branch information
dwalkes committed Aug 28, 2024
2 parents 691b457 + 21f5f74 commit e485aee
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
name: assignment-test
on:
on:
push:
tags-ignore:
- '*'
branches:
- '*'
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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion finder-app/manual-linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e485aee

Please sign in to comment.