chore(gitlab-ci): ...
This commit is contained in:
parent
a5631f3096
commit
ea749b3ad1
13
.gitlab-ci/fix-aws-scheme.patch
Normal file
13
.gitlab-ci/fix-aws-scheme.patch
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
diff --git a/src/libstore/s3-binary-cache-store.cc b/src/libstore/s3-binary-cache-store.cc
|
||||||
|
index 6bfbee044..51d86c4e6 100644
|
||||||
|
--- a/src/libstore/s3-binary-cache-store.cc
|
||||||
|
+++ b/src/libstore/s3-binary-cache-store.cc
|
||||||
|
@@ -209,7 +209,7 @@ struct S3BinaryCacheStoreImpl : virtual S3BinaryCacheStoreConfig, public virtual
|
||||||
|
S3Helper s3Helper;
|
||||||
|
|
||||||
|
S3BinaryCacheStoreImpl(
|
||||||
|
- const std::string & scheme,
|
||||||
|
+ const std::string & uriScheme,
|
||||||
|
const std::string & bucketName,
|
||||||
|
const Params & params)
|
||||||
|
: StoreConfig(params)
|
||||||
@ -1,4 +1,4 @@
|
|||||||
{ pkgs ? import <nixpkgs> {} }:
|
{ pkgs ? import <nixpkgs> {} }:
|
||||||
pkgs.nixUnstable.overrideAttrs (oldAttrs: {
|
pkgs.nixUnstable.overrideAttrs (oldAttrs: {
|
||||||
patches = oldAttrs.patches or [] ++ [ ./debug-aws.patch ];
|
patches = oldAttrs.patches or [] ++ [ ./fix-aws-scheme.patch ];
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user