Skip to content

attempt to start a firecracker vm #10

attempt to start a firecracker vm

attempt to start a firecracker vm #10

Workflow file for this run

on:
- push
- pull_request
- workflow_dispatch
name: C/C++ CI prototype
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: build the NAT46 module
run: |
cd nat46/modules
KCPPFLAGS='-DNAT46_VERSION=\"test\" -Werror' make
# I will be extremely surprised if this works :)
insmod ./nat46.ko
- name: Install arkade
uses: alexellis/setup-arkade@v2
- name: Install firecracker
run: |
sudo arkade system install firecracker
- name: Run microVM
run: sudo -E ./run-vm.sh