summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuka Blaskovic <lblasc@tvbeat.com>2024-08-12 11:00:28 +0000
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2024-08-12 15:32:12 +0000
commita240fbf5bb643bcbd844326bd2a58eef92d5abfa (patch)
tree16049e063e4957792639de5fea7e53475750c2d4
parentMerge pull request #333036 from emilylange/grafana-agent (diff)
downloadnixpkgs-origin/backport-334112-to-release-24.05.tar.gz
mountpoint-s3: 1.6.0 -> 1.8.0origin/backport-334112-to-release-24.05
(cherry picked from commit e0c576a083604193319ae4c396e7a1fac1717b6d)
-rw-r--r--pkgs/by-name/mo/mountpoint-s3/package.nix14
1 files changed, 11 insertions, 3 deletions
diff --git a/pkgs/by-name/mo/mountpoint-s3/package.nix b/pkgs/by-name/mo/mountpoint-s3/package.nix
index 5aff3e552842..40cc8fd06476 100644
--- a/pkgs/by-name/mo/mountpoint-s3/package.nix
+++ b/pkgs/by-name/mo/mountpoint-s3/package.nix
@@ -8,17 +8,17 @@
rustPlatform.buildRustPackage rec {
pname = "mountpoint-s3";
- version = "1.6.0";
+ version = "1.8.0";
src = fetchFromGitHub {
owner = "awslabs";
repo = "mountpoint-s3";
rev = "v${version}";
- hash = "sha256-1d2PPbTheUcHw2xS5LEcdchnfwu7szBApv+FnPaxt+I=";
+ hash = "sha256-0SygSRp2HXgLhW0BscRhH3H/WUstAf6VbQPJ35ffrRM=";
fetchSubmodules = true;
};
- cargoHash = "sha256-tBi41kdaa4mVHh0MkXJ8kaG1e3CQURIKVk9Lboy1N8Y=";
+ cargoHash = "sha256-nkTvVfbpi5yvWpRd1Tm6INi3PrR6mP8VkBpIVeCEkw0=";
# thread 'main' panicked at cargo-auditable/src/collect_audit_data.rs:77:9:
# cargo metadata failure: error: none of the selected packages contains these features: libfuse3
@@ -31,9 +31,17 @@ rustPlatform.buildRustPackage rec {
#thread 's3_crt_client::tests::test_expected_bucket_owner' panicked at mountpoint-s3-client/src/s3_crt_client.rs:1123:47:
#Create test client: ProviderFailure(Error(1173, "aws-c-io: AWS_IO_TLS_ERROR_DEFAULT_TRUST_STORE_NOT_FOUND, Default TLS trust store not found on this system. Trusted CA certificates must be installed, or \"override default trust store\" must be used while creating the TLS context."))
#
+ "--skip=s3_crt_client::tests::client_new_fails_with_greater_part_size"
+ "--skip=s3_crt_client::tests::client_new_fails_with_smaller_part_size"
+ "--skip=s3_crt_client::tests::test_endpoint_favors_env_variable"
+ "--skip=s3_crt_client::tests::test_endpoint_favors_parameter_over_env_variable"
+ "--skip=s3_crt_client::tests::test_endpoint_with_invalid_env_variable"
"--skip=s3_crt_client::tests::test_expected_bucket_owner"
"--skip=s3_crt_client::tests::test_user_agent_with_prefix"
"--skip=s3_crt_client::tests::test_user_agent_without_prefix"
+ "--skip=test_lookup_throttled_mock::head_object"
+ "--skip=test_lookup_throttled_mock::list_object"
+ "--skip=test_lookup_unhandled_error_mock"
"--skip=tests::smoke"
# fuse module not available on build machine ?
#