Skip to content

Releases: awslabs/aws-crt-builder

Set CMAKE_BUILD_PARALLEL_LEVEL earlier (take 2)

16 Mar 04:00
1f9b9ca
Compare
Choose a tag to compare

not sure why previous release didn't create any artifacts... trying again

Set CMAKE_BUILD_PARALLEL_LEVEL earlier

15 Mar 21:11
1f9b9ca
Compare
Choose a tag to compare
Pre-release
trivial improvements (#105)

* set CMAKE_BUILD_PARALLEL_LEVEL before configuring
just in case some monster decides to build from within the configuration step (cough cough aws-c-cal/cmake/modules/aws-lc.cmake)

* more natural traversal order

Clang fixup take 2

11 Mar 20:27
fd71e71
Compare
Choose a tag to compare
Clang fixup take 2 Pre-release
Pre-release
  • Hopefully addresses an issue with clang-3.9 builds

Clang fixes and extensions

11 Mar 19:53
30a0049
Compare
Choose a tag to compare
Pre-release
  • fix clang ci by upgrading to ubuntu18 as a base image
  • add references to latest clang releases

fix linux-shared-libs runs

04 Mar 05:34
bfb8424
Compare
Choose a tag to compare
Pre-release
fix linux-shared-lib tests (#103)

* set LD_LIBRARY_PATH so linux tests can find shared-libs
* also allow ctest3 alias

limit parallelism to cpu-count

04 Mar 00:17
9517382
Compare
Choose a tag to compare
Pre-release
Use cpu-count for parallel builds (#101)

Specify number of CPUs to use. GCC builds were freezing up when using -j without specifying a limit.

--cmake-extra

03 Mar 17:58
6955acc
Compare
Choose a tag to compare
--cmake-extra Pre-release
Pre-release
--cmake-extra lets you add extra cmake args to every project (#99)

The existing `cmake_args` in the config does not affect the building of upstream dependencies

So add new CLI argument we can use like `--cmake-extra=-DBUILD_SHARED_LIBS=ON` and build everything in the tree with a given flag

s2n/aws-lc fixes, bug fixes

03 Mar 02:01
ef76bfa
Compare
Choose a tag to compare
Pre-release
aws-lc/s2n fixes (#100)

* Switched s2n from depending on libcrypto to aws-lc

* Updates to s2n/aws-lc to make them play nice

s2n now depends on aws-lc only

02 Mar 20:02
c7b150a
Compare
Choose a tag to compare
Pre-release
v0.8.3

Switched s2n from depending on libcrypto to aws-lc (#98)

Added aws-lc as an import

23 Feb 17:57
35974d8
Compare
Choose a tag to compare
Pre-release
Added aws-lc as an import (#97)

* Added aws-lc as an import

* Renamed aws-lc -> awslc.py so it gets loaded