Skip to content

Commit

Permalink
Test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jopelima committed Oct 6, 2023
1 parent 93e4baf commit fbd75ed
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/crypto-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ jobs:
run: |
cp config-um .config
make olddefconfig ARCH=um
# make ARCH=um all
make ARCH=um all
mkdir initramfs
# make modules_install INSTALL_MOD_PATH=./initramfs ARCH=um
make modules_install INSTALL_MOD_PATH=./initramfs ARCH=um
- name: prepare initramfs
run: |
sudo apt-get install busybox-static
Expand All @@ -33,5 +33,6 @@ jobs:
cd ..
- name: run user-mode linux test harness
run: |
echo "test"
# sudo ./linux initrd=uml-initramfs.cpio.gz
sudo ./linux initrd=uml-initramfs.cpio.gz
- name: Setup upterm session
uses: lhotari/action-upterm@v1

0 comments on commit fbd75ed

Please sign in to comment.