mirror of
https://github.com/NixOS/nix
synced 2025-07-09 03:43:54 +02:00
Support multi-part uploads for large NARs that exceed the size of
5Gb.
This commit is contained in:
parent
80a7b16593
commit
129394fb95
3 changed files with 68 additions and 20 deletions
|
@ -18,7 +18,7 @@ libstore_FILES = sandbox-defaults.sb sandbox-minimal.sb sandbox-network.sb
|
|||
$(foreach file,$(libstore_FILES),$(eval $(call install-data-in,$(d)/$(file),$(datadir)/nix/sandbox)))
|
||||
|
||||
ifeq ($(ENABLE_S3), 1)
|
||||
libstore_LDFLAGS += -laws-cpp-sdk-s3 -laws-cpp-sdk-core
|
||||
libstore_LDFLAGS += -laws-cpp-sdk-transfer -laws-cpp-sdk-s3 -laws-cpp-sdk-core
|
||||
endif
|
||||
|
||||
ifeq ($(OS), SunOS)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue