Files
enricobuehler b8ed086dbf
audit / bun-audit (sdk) (push) Successful in 43s
audit / bun-audit (web) (push) Successful in 17s
audit / docs-site-audit (push) Successful in 13s
audit / pnpm-audit (push) Successful in 13s
apple / swift (push) Successful in 2m2s
macos-host / check (push) Successful in 1m3s
windows-client / client (arm64, --no-default-features, aarch64-pc-windows-msvc, C:\t-a64) (push) Successful in 5m59s
audit / bun-audit (plugin-kit) (push) Successful in 6m32s
audit / cargo-audit (push) Successful in 6m43s
audit / license-gate (push) Successful in 4m55s
arch / build-publish (push) Successful in 9m9s
ci / rust (push) Failing after 3m11s
android / android (push) Successful in 10m28s
ci / sdk-plugin-kit (push) Successful in 41s
ci / docs-site (push) Successful in 1m8s
ci / decky-typecheck (push) Successful in 15s
ci / rust-arm64 (push) Successful in 2m15s
ci / bun-nix (push) Successful in 20s
ci / web (push) Successful in 2m1s
ci / docs-drift (push) Successful in 36s
deb / build-publish-gamescope (push) Successful in 39s
decky / build-publish (push) Successful in 41s
docker / builders (--build-arg FEDORA_VERSION=44, ci/fedora-rpm.Dockerfile, punktfunk-fedora44-rpm, -f44) (push) Successful in 14s
docker / builders (ci/android-ci.Dockerfile, punktfunk-android-ci) (push) Successful in 16s
audit / c-abi-asan (push) Successful in 7m3s
docker / builders (ci/arch-ci.Dockerfile, punktfunk-arch-ci) (push) Successful in 8s
docker / builders (ci/fedora-rpm.Dockerfile, punktfunk-fedora-rpm) (push) Successful in 11s
docker / builders (ci/flatpak-ci.Dockerfile, punktfunk-flatpak-ci) (push) Successful in 13s
docker / builders (ci/gamescope-trixie.Dockerfile, punktfunk-gamescope-trixie) (push) Successful in 8s
docker / builders (ci/rust-ci-noble.Dockerfile, punktfunk-rust-ci-noble) (push) Successful in 9s
docker / builders (ci/rust-ci.Dockerfile, punktfunk-rust-ci) (push) Successful in 10s
deb / build-publish-client-arm64 (push) Successful in 3m7s
apple / distribute (push) Successful in 12m6s
windows-client / client (x64, , x86_64-pc-windows-msvc, C:\t) (push) Successful in 9m53s
flatpak / build-publish (push) Failing after 1m41s
docker / apps (., web/Dockerfile, punktfunk-web) (push) Successful in 1m57s
docker / apps (docs-site, docs-site/Dockerfile, punktfunk-docs) (push) Successful in 2m3s
secret-scan / gitleaks (push) Successful in 46s
windows-host / package (push) Failing after 1m20s
windows-host / canary-manifest (push) Skipped
windows-host / winget-source (push) Skipped
deb / build-publish-host (push) Successful in 5m52s
deb / build-publish (push) Successful in 7m1s
docker / builders-arm64cross (push) Successful in 11s
docker / deploy-docs (push) Successful in 37s
setup-binary / build (x86_64) (push) Successful in 5m4s
setup-binary / build (aarch64) (push) Successful in 5m19s
deb / smoke-install (push) Successful in 3m27s
setup-binary / publish to the generic registry (push) Successful in 13s
setup-binary / probe the published channel (push) Failing after 26s
apple / screenshots (push) Successful in 10m2s
nix / flake (push) Successful in 23m39s
audit / miri (push) Successful in 34m9s
rpm / build-publish (43, bazzite, punktfunk-fedora-rpm) (push) Successful in 27m42s
rpm / build-publish (44, fedora-44, punktfunk-fedora44-rpm) (push) Successful in 27m44s
Merge pull request 'refactor(session): split handshake negotiation from client setup' (#529) from luxus/punktfunk:night/tests-discovery-extract-clean into main
Reviewed-on: #529
2026-09-02 15:34:25 +00:00

49 lines
1.4 KiB
Plaintext

/target
**/*.rs.bk
*.pdb
.DS_Store
# generated C header is checked in (see include/), build artifacts are not
/crates/*/target
/crates/*/vendor/*/target
/tools/*/target
/packaging/windows/pf-vkhdr-layer/target
node_modules/
dist/
# Swift package build artifacts + the locally-built xcframework (rebuild via scripts/build-xcframework.sh)
clients/apple/.build/
clients/apple/PunktfunkCore.xcframework/
clients/apple/.swiftpm/
# Generated App Store screenshots (tools/screenshots.sh output; uploaded as a CI artifact)
clients/apple/screenshots/
clients/linux/screenshots/
# Xcode per-user state
xcuserdata/
# Debian package build output
/dist/
# Windows App SDK staging by windows-reactor build.rs
/temp/
/winmd/
# Client crate build artifacts (clients moved out of crates/ -> clients/ 2026-06-18)
/clients/*/target
/clients/*/*/target
# Python bytecode (e.g. clients/android/ci tooling)
__pycache__/
*.pyc
# Local flatpak-builder output (build-flatpak.sh) — ostree repo + build dir at the repo root.
.flatpak-repo/
.flatpak-build/
# Nix build outputs (flake.nix) — `nix build` result symlinks + direnv cache. flake.lock IS tracked.
/result
/result-*
.direnv/
# Gradle build output inside the vendored pyrowave Granite Android platform (regenerated, never ours to commit)
/crates/pyrowave-sys/vendor/pyrowave/Granite/application/platforms/android/**/.gradle/
/crates/pyrowave-sys/vendor/pyrowave/Granite/application/platforms/android/**/build/