Skip to content

Commit

Permalink
ci: linux/debian is now stage 2
Browse files Browse the repository at this point in the history
  • Loading branch information
nektro committed Jul 15, 2022
1 parent ea5cb89 commit f482ac0
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/ci/compatibility.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Support of a given platform is indicated by a tier system. The tiers are as foll

| | Version | x86_64 | aarch64 |
|--------------|---------|--------|---------|
| linux/debian | 10.10.0 | 1 | 0 |
| linux/debian | 10.10.0 | 2 | 0 |
| linux/alpine | 3.15.0 | 2 | 0 |
| freebsd | 13.0 | 1 | 0 |
| netbsd | 9.2 | 1 | 0 |
Expand Down
10 changes: 9 additions & 1 deletion tools/gen_stage2.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ qemu-kvm \
-hda $after \
-net nic \
-net user \
-nographic \

# TODO automate installer

Expand All @@ -49,4 +48,13 @@ case "$os" in
# mkdir out
# poweroff
;;
debian)
# apt install curl
# curl -s https://clbin.com/piHwV > /etc/ssh/sshd_config
# apt install git
# git clone https://github.com/llvm/llvm-project
# git clone https://github.com/ziglang/zig
# mkdir out
# shutdown -h now
;;
esac

0 comments on commit f482ac0

Please sign in to comment.