mirror of
https://github.com/89luca89/distrobox.git
synced 2026-08-17 16:34:42 -05:00
The --nvidia path had no automated coverage and regresses easily (silent 32/64-bit collisions, dropped files), and GPU CI runners to exercise it don't exist. This harness needs no GPU: it installs the nvidia driver in a throwaway VM, runs `distrobox create --nvidia` against ubuntu/fedora/arch guests, and checks every file the host package manager ships is mirrored in with a matching checksum and resolvable deps. The package manifest is the source of truth, so any gap fails loudly instead of silently. Signed-off-by: Luca Di Maio <luca.dimaio1@gmail.com>
33 lines
398 B
Plaintext
33 lines
398 B
Plaintext
# Binaries for programs and plugins
|
|
*.exe
|
|
*.exe~
|
|
*.dll
|
|
*.so
|
|
*.dylib
|
|
bin/
|
|
|
|
# Test binary, built with `go test -c`
|
|
*.test
|
|
|
|
# Code coverage profiles and other test artifacts
|
|
*.out
|
|
coverage.*
|
|
*.coverprofile
|
|
profile.cov
|
|
hack/test/out
|
|
|
|
# Dependency directories (remove the comment below to include it)
|
|
# vendor/
|
|
|
|
# Go workspace file
|
|
go.work
|
|
go.work.sum
|
|
|
|
# env file
|
|
.env
|
|
|
|
# Editor/IDE
|
|
tags
|
|
*.vim
|
|
TODO.txt
|