1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-22 18:29:36 +01:00

Merge pull request #14135 from lovesegfault/curl-based-s3-pieces

feat(libstore): add AWS CRT-based credential infrastructure
This commit is contained in:
Sergei Zimmerman 2025-10-02 22:58:36 +00:00 committed by GitHub
commit 8a8a0c2a4b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 253 additions and 0 deletions

View file

@ -268,6 +268,7 @@ subdir('nix-meson-build-support/common')
subdir('nix-meson-build-support/asan-options')
sources = files(
'aws-creds.cc',
'binary-cache-store.cc',
'build-result.cc',
'build/derivation-building-goal.cc',