@gchamon I have the same issue, but for 32 GB RAM and 4 GB swap.
Search Criteria
Package Details: aws-cli-v2 2.26.5-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/aws-cli-v2.git (read-only, click to copy) |
---|---|
Package Base: | aws-cli-v2 |
Description: | Unified command line interface for Amazon Web Services (version 2) |
Upstream URL: | https://github.com/aws/aws-cli/tree/v2 |
Licenses: | Apache-2.0 |
Conflicts: | aws-cli |
Provides: | aws-cli |
Submitter: | jelly |
Maintainer: | kstolp |
Last Packager: | kstolp |
Votes: | 41 |
Popularity: | 7.41 |
First Submitted: | 2024-04-21 11:04 (UTC) |
Last Updated: | 2025-04-20 08:17 (UTC) |
Dependencies (20)
- python (python37AUR, python311AUR, python310AUR)
- python-awscrt (aws-cli-v2-python-awscrtAUR)
- python-certifi
- python-colorama (python-colorama-gitAUR)
- python-cryptography
- python-dateutil (python-dateutil-gitAUR)
- python-distro
- python-docutils
- python-jmespath
- python-prompt_toolkit
- python-ruamel-yaml (python-ruamel-yaml-hgAUR)
- python-urllib3
- python-build (make)
- python-flit-core (make)
- python-installer (make)
- python-wheel (make)
- procps-ng (procps-ng-gitAUR) (check)
- python-jsonschema (check)
- python-pytest (check)
- python-pytest-xdist (check)
Required by (20)
- arkade-bin (requires aws-cli) (optional)
- aurbuilder-git
- awj-git (requires aws-cli)
- aws-credential-1password (requires aws-cli) (optional)
- aws-session-manager-plugin (requires aws-cli)
- aws2-wrap (requires aws-cli)
- curam-git (requires aws-cli)
- datomic-cli (requires aws-cli)
- git-remote-codecommit (requires aws-cli)
- k3sup-bin (requires aws-cli) (optional)
- lambroll-bin (requires aws-cli) (optional)
- liquidprompt (requires aws-cli) (optional)
- porter-bin (requires aws-cli) (optional)
- python-awscli-local (requires aws-cli)
- python-awscli-plugin-endpoint (requires aws-cli)
- python-pdf2video (requires aws-cli)
- rattlesnakeos-stack-bin (requires aws-cli) (optional)
- scwrypts (optional)
- statsite (requires aws-cli) (optional)
- stsauth (requires aws-cli) (make)
Sources (9)
sQVe commented on 2024-04-23 06:08 (UTC)
gchamon commented on 2024-04-22 17:15 (UTC)
Building this package gobbles copious amounts of ram. Currently my machine with 16GB and 4GB swap will halt indefinitely when trying to build it. Is this expected?
jelly commented on 2024-04-22 07:20 (UTC)
This package was dropped into the AUR as it is currently not compatible with Python 3.12 and it requires too much patching to get it working.
Tyilo commented on 2024-04-22 07:18 (UTC)
Anyone know why this was removed from extra?
asday commented on 2024-04-21 23:11 (UTC)
check()
currently fails due to failing tests upstream, I've opened an issue: https://github.com/aws/aws-cli/issues/8644
Pinned Comments
kstolp commented on 2024-10-23 05:14 (UTC)
If you receive this error when trying to build, it is because you have not imported the GPG keys used for verification.
You have two options:
1) Import the key into your keyring. ArchWiki article. The key is available in this repo, which is copied from the AWS documentation. e.g.
gpg --import keys/pgp/FB5DB77FD5C118B80511ADA8A6310ACC4672475C.asc
. (recommended)2) Alternatively, you can skip this verification by passing the
--skippgpcheck
argument tomakepkg
when building. (not recommended)