Commit graph

62 commits

Author SHA1 Message Date
r-burns d63e4e2367
aws-sdk-cpp: fix cross-OS crosscompilation (#133182)
The TARGET_ARCH cmake variable is used to specify the host OS, which if
unspecified defaults to the same as the build OS. So to crosscompile
aws-sdk-cpp to another OS, the TARGET_ARCH variable must be specified.

Example hydra failure: https://hydra.nixos.org/build/149290553/nixlog/3
2021-08-08 21:08:47 -04:00
Ben Siraphob 82ad135657
Merge pull request #111135 from r-ryantm/auto-update/aws-sdk-cpp
aws-sdk-cpp: 1.8.121 -> 1.8.130
2021-07-31 13:40:44 +07:00
Phillip Cloud a1c9a51fa7 awk-sdk-cpp: propagate libraries 2021-06-06 11:54:25 -04:00
Matthew Bauer 8b51a45a55
Merge pull request #116099 from matthewbauer/fix-aws-sdk-cpp-on-big-sur-2
aws-sdk-cpp: propagate Security framework
2021-05-04 22:31:30 -05:00
Luke Granger-Brown 300d303d25 aws-sdk-cpp: require big-parallel
This compiles in ~2h on a 2-core builder, and 10m on a big-parallel
machine.
2021-04-26 00:50:07 +00:00
Matthew Bauer 6255468c4e aws-sdk-cpp: propagate Security framework
We need to propagate the Security framework to avoid getting

ld: file not found: /System/Library/Frameworks/Security.framework/Versions/A/Security for architecture x86_64

on linking aws-sdk-cpp libraries.
2021-03-12 14:46:20 -06:00
Doug Chapman fc97021306 s2n: 0.10.23->1.0.0, rename package to s2n-tls 2021-03-03 19:45:40 +00:00
R. RyanTM 198ba9ef27 aws-sdk-cpp: 1.8.121 -> 1.8.130 2021-01-29 08:43:47 +00:00
volth bc0d605cf1 treewide: fix double quoted strings in meta.description
Signed-off-by: Ben Siraphob <bensiraphob@gmail.com>
2021-01-24 19:56:59 +07:00
Orivej Desh 92eb18f45d aws-sdk-cpp: fix cross compilation, configure for curl with http2 2021-01-21 10:33:28 +00:00
R. RyanTM aa61094aec aws-sdk-cpp: 1.8.113 -> 1.8.121 2021-01-19 03:14:48 +00:00
Orivej Desh ff3f5bb60c aws-sdk-cpp: 1.7.90 -> 1.8.113 2021-01-06 06:05:51 +00:00
TQ Hirsch 9d7885276a aws-sdk-cpp: Fix library and include paths in generated cmake files
AWS's SDK by default tries to prepend its install root to each of the
library paths; this obviously fails with the absolute paths that Nix
gives it. Worse, it computes the installation root by walking up the
filesystem from its cmake file, so even if the AWSSDK_ROOT_DIR is
explicitly set to the root directory, it gets replaced with the path
to the derivation's dev output.

This is all fixed with a patch to the cmake files that generate the
installed configuration.

Once this is fixed, it *still* doesn't work because the export
generator built into cmake insists on adding `$out/include` to the
header search path; when importing this configuration in another
package, cmake will fail because `$out/include` doesn't exist (After
all, it was relocated by a fixup hook). A small postFixupHook will
recreate the directory and make cmake happy.
2020-04-14 23:40:55 +02:00
Michael Reilly 84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Franz Pletz 6842238875
aws-sdk-cpp: fix build with gcc9 2019-11-02 17:47:52 +01:00
Dima 0ad35ab3ad aws-sdk-cpp: fixing hydra build
Removing debug info to fix hydra build.
The debug symbols alone are around ~1.8GB in size, which
makes the closure combined with the other two outputs
too large.
2019-10-09 22:48:12 +02:00
Matthew Bauer 980c80c08d aws-sdk-cpp: fix libatomic detection
Needed for https://hydra.nixos.org/build/100470050

/cc @lopsided98
2019-09-22 17:39:21 -04:00
volth 46420bbaa3 treewide: name -> pname (easy cases) (#66585)
treewide replacement of

stdenv.mkDerivation rec {
  name = "*-${version}";
  version = "*";

to pname
2019-08-15 13:41:18 +01:00
Justin Humm 2d8b3df99b
aws-sdk-cpp: fix cross compilation
aws-sdk-cpp tries to run code at build time using check_c_source_runs
[0] and therefore needs to be told about the expected exit code [1].

[0] https://cmake.org/cmake/help/latest/module/CheckCSourceRuns.html
[1] https://cmake.org/cmake/help/latest/command/try_run.html#behavior-when-cross-compiling
2019-05-14 23:41:59 +02:00
R. RyanTM f518935018 aws-sdk-cpp: 1.7.56 -> 1.7.90
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/aws-sdk-cpp/versions
2019-04-30 03:08:30 -07:00
R. RyanTM e0d8d72a9f aws-sdk-cpp: 1.7.53 -> 1.7.56 (#56595)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/aws-sdk-cpp/versions
2019-04-08 22:44:22 +02:00
Orivej Desh c32fa47ab4 aws-sdk-cpp: 1.7.49 -> 1.7.53 2019-02-19 22:40:48 +00:00
Orivej Desh f8acd126c5 aws-sdk-cpp: 1.6.52 -> 1.7.49
Since 1.7.0 it requires new aws-c* dependencies:
https://github.com/aws/aws-sdk-cpp/releases/tag/1.7.0
ffd81252be
2019-02-14 09:19:04 +00:00
Daiderd Jordan a4a7fd8d68
aws-sdk-cpp: fix darwin sandbox build
The tests use localhost networking, which is disallowed by
default in the darwin sandbox.
2019-02-12 23:38:13 +01:00
Orivej Desh b633e1b3d4 aws-sdk-cpp: 1.6.20 -> 1.6.52 2018-11-15 18:28:26 +00:00
R. RyanTM 360a753939 aws-sdk-cpp: 1.5.17 -> 1.6.20
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/aws-sdk-cpp/versions
2018-10-16 04:19:39 -07:00
R. RyanTM 65c2e09d9a aws-sdk-cpp: 1.4.82 -> 1.5.17
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/aws-sdk-cpp/versions.
2018-08-24 16:28:42 -07:00
R. RyanTM f891715b00 aws-sdk-cpp: 1.4.78 -> 1.4.82
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/aws-sdk-cpp/versions.
2018-07-11 10:16:04 -07:00
R. RyanTM 6d2bc746f3 aws-sdk-cpp: 1.4.70 -> 1.4.78
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/aws-sdk-cpp/versions.

These checks were done:

- built on NixOS

- 0 of 0 passed binary check by having a zero exit code.
- 0 of 0 passed binary check by having the new version present in output.
- found 1.4.78 with grep in /nix/store/5jxaryh2w692r3a20nijn5q7zc2xd43v-aws-sdk-cpp-1.4.78
- directory tree listing: https://gist.github.com/9e9bda76c45da3aee968472e112d51dc
- du listing: https://gist.github.com/890b235c67a7057ba2a51cd58db3c0fa
2018-07-04 15:52:46 -07:00
R. RyanTM c5a37a494a aws-sdk-cpp: 1.4.65 -> 1.4.70
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/aws-sdk-cpp/versions.

These checks were done:

- built on NixOS

- 0 of 0 passed binary check by having a zero exit code.
- 0 of 0 passed binary check by having the new version present in output.
- found 1.4.70 with grep in /nix/store/az7vd5kvng3vgvdgn2ayk75and1gz4ll-aws-sdk-cpp-1.4.70
- directory tree listing: https://gist.github.com/d3c4e72fb9bc640c6c78344c7b6630b6
- du listing: https://gist.github.com/63d41f84084209f15d11cb23e00e5c3c
2018-06-24 05:58:51 -07:00
R. RyanTM aecb983ebb aws-sdk-cpp: 1.4.60 -> 1.4.65
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/aws-sdk-cpp/versions.

These checks were done:

- built on NixOS

- 0 of 0 passed binary check by having a zero exit code.
- 0 of 0 passed binary check by having the new version present in output.
- found 1.4.65 with grep in /nix/store/g0zw6fdmf5flpnd5mqqjk373ndlq1zwd-aws-sdk-cpp-1.4.65
- directory tree listing: https://gist.github.com/78023eae3b6e7a16a3b9e7fb7fdba55b
- du listing: https://gist.github.com/2f4c13728002e11c5b08a8bc5658c21c
2018-06-14 12:38:48 -07:00
Will Dietz b955c93cbe aws-sdk-cpp: 1.4.50 -> 1.4.60 2018-06-07 07:16:58 -05:00
R. RyanTM a1bc16a18f aws-sdk-cpp: 1.4.40 -> 1.4.50 (#40694)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/aws-sdk-cpp/versions.

These checks were done:

- built on NixOS

- 0 of 0 passed binary check by having a zero exit code.
- 0 of 0 passed binary check by having the new version present in output.
- found 1.4.50 with grep in /nix/store/kg9d5flfl989yxfcppyq886g60mfhpzy-aws-sdk-cpp-1.4.50
- directory tree listing: https://gist.github.com/2faf1d98f152431438b23c93bd489e09
- du listing: https://gist.github.com/9df0b904ab22201191bb2261798bb0a3
2018-06-02 10:08:27 +02:00
R. RyanTM aafe5fb246 aws-sdk-cpp: 1.4.33 -> 1.4.40
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/aws-sdk-cpp/versions.

These checks were done:

- built on NixOS
- Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.)
- found 1.4.40 with grep in /nix/store/gd2sihwpr8xipj6k5ych7gzj6024kc54-aws-sdk-cpp-1.4.40
- directory tree listing: https://gist.github.com/559971e38c15ec82c70c6d9f6f785465
2018-05-02 20:50:42 -07:00
R. RyanTM 36c592df5a aws-sdk-cpp: 1.4.24 -> 1.4.33
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/aws-sdk-cpp/versions.

These checks were done:

- built on NixOS
- Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.)
- found 1.4.33 with grep in /nix/store/plknjymzss3c8bfcjfhjmlkf9icgkz7v-aws-sdk-cpp-1.4.33
- directory tree listing: https://gist.github.com/d510b62973cdf67e2ed76e170a388918
2018-04-20 11:05:06 -07:00
R. RyanTM 97cfd915a5 aws-sdk-cpp: 1.4.15 -> 1.4.24
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/aws-sdk-cpp/versions.

These checks were done:

- built on NixOS
- Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.)
- found 1.4.24 with grep in /nix/store/l5b5v0apdlpjby67kzzrvi6gqfvccal8-aws-sdk-cpp-1.4.24
- directory tree listing: https://gist.github.com/a9ed6bbccf52e2bbd300e219ff1f892e
2018-03-31 15:12:27 -07:00
Will Dietz 48c3e60061 aws-sdk-cpp: 1.4.10 -> 1.4.15 2018-03-19 20:05:53 -05:00
Ryan Mulligan 5057c24a1f aws-sdk-cpp: 1.3.22 -> 1.4.10
Semi-automatic update generated by https://github.com/ryantm/nix-update tools. These checks were done:

- built on NixOS
- Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.)
- found 1.4.10 with grep in /nix/store/qb91mvvbzd45xcnd640m0wq8z915d257-aws-sdk-cpp-1.4.10
2018-03-16 04:48:50 -07:00
Vladimír Čunát 44f8613fb3
aws-sdk-cpp: fixup build with gcc7
Hydra will need more complicated fixups.
2018-02-18 16:53:14 +01:00
Matthew Bauer 590cdf0fb0 aws-sdk-cpp: fix on darwin 2018-02-17 10:02:25 -06:00
Will Dietz ee4f04dcd7 aws-sdk-cpp: disable tests on cross 2018-02-13 09:44:59 -06:00
Ben Gamari 716194de50 aws-sdk-cpp: Enable cross-compilation 2018-01-05 12:59:52 -06:00
Eelco Dolstra 3430b0e859 aws-sdk-cpp: 1.1.18 -> 1.3.22 2017-12-14 15:53:55 +01:00
Robin Gloster 329eec441b
aws-sdk-cpp: 1.1.7 -> 1.1.18 2017-08-04 04:13:14 +02:00
Robin Gloster a97d46e727
aws-sdk-cpp: 1.0.153 -> 1.1.7 2017-08-04 04:13:04 +02:00
Eelco Dolstra c23dcd72a0
Enable some more debug info 2017-07-05 16:04:54 +02:00
Eelco Dolstra c1e5ca92b7
aws-sdk-cpp: Better fix for the failing credentials test 2017-06-19 10:58:37 +02:00
Eelco Dolstra ac8451508b
aws-sdk-cpp: 1.0.127 -> 1.0.153 2017-06-16 19:18:28 +02:00
Eelco Dolstra 672d2dfbb8
aws-sdk-cpp: Fix credentials test
These require a home directory.

http://hydra.nixos.org/build/54519006
2017-06-16 19:18:24 +02:00
Eelco Dolstra 3b44cd731c
aws-sdk-cpp: 1.0.60 -> 1.0.127 2017-05-22 14:36:20 +02:00