forked from rust-lang/rust
-
Notifications
You must be signed in to change notification settings - Fork 8
47 lines (44 loc) · 1.07 KB
/
aoc_tests.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
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