Skip to content

aoc_tests

aoc_tests #2

Workflow file for this run

name: aoc_tests
on:
workflow_dispatch: {}
workflow_call:
inputs:
arch:
description: architecture
default: 'amd64'
type: string
arch_suffix:
description: 'arch suffix'
default: ''
type: string
llvm_mos_repo:
description: 'llvm-mos repo'
default: 'mrk-its/llvm-mos'
type: string
llvm_mos_sdk_repo:
description: 'llvm-mos-sdk repo'
default: 'mrk-its/llvm-mos-sdk'
type: string
llvm_mos_ref:
description: 'llvm-mos ref'
default: 'main'
type: string
llvm_mos_sdk_ref:
description: 'llvm-mos-sdk ref'
default: 'main'
type: string
jobs:
run_aoc_tests:
runs-on: ubuntu-latest
container:
image: mrkits/rust-mos:1d7989f29-777e89e-2f11e172
options: --user root
steps:
- name: Checkout aoc2022
uses: actions/checkout@v4
with:
repository: mrk-its/aoc2022
path: aoc2022
ref: new_rust
- name: run_all
run: aoc2022/run_all.sh