Compare commits

..

2 Commits

Author SHA1 Message Date
Tom Alexander
3f0b8162b8
Add cargo-semver-checks to linux. 2023-10-18 12:53:33 -04:00
Tom Alexander
b90ec542de
Switch to overlay2 for docker.
The latest OpenZFS supports overlay2 on top of ZFS which works much better than the zfs storage driver for docker.
2023-10-18 09:43:58 -04:00
2 changed files with 2 additions and 1 deletions

View File

@ -35,5 +35,5 @@ hwpstate: true
cores: 8
sway_conf_files:
- rofimoji
docker_storage_driver: zfs # alternatively overlay2
docker_storage_driver: overlay2 # alternatively zfs
docker_zfs_dataset: zroot/linux/archmain/docker

View File

@ -5,4 +5,5 @@
- lldb # for lldb-vscode
- musl # for building static binaries
- rust-analyzer
- cargo-semver-checks
state: present