Skip to content

Releases: awslabs/aws-crt-builder

Fixed working directory for dependency/consumer builds

16 Jun 00:18
0fd5ab7

Choose a tag to compare

Always pushd/popd project directory when executing project steps (#128)

* Always pushd/popd project directory when executing project steps

* Fixed cmake paths to be absolute

* Fixed macos-11

Added support for bashrc per container

08 Jun 00:02
b3d7410

Choose a tag to compare

Pre-release
v0.8.18

Fix release build for php docker images (#125)

New PHP docker images

04 Jun 21:02
55a9a3f

Choose a tag to compare

New PHP docker images Pre-release
Pre-release
v0.8.17

Removed redundant php installs and added phpbrew use to /etc/environm…

add check-submodules action

14 May 20:59
c76d2e4

Choose a tag to compare

Pre-release
New check-submodules action (#119)

Checks each submodule:
- avoid accidental rollback.
- avoid accidentally using a submodule's branch.
- enforce that all submodules (except s2n and aws-lc) are using a tagged release.
  -  for s2n and aws-lc, enforce that they're at least using a commit on the main branch. I'm not enforcing tagged releases for these submodules since they're not repos that our team controls.

To use this action, add the following to a workflow:
```
  check-submodules:
    runs-on: ubuntu-latest
    steps:
    - name: Checkout Source
      uses: actions/checkout@v2
      with:
        submodules: true
        fetch-depth: 0
    - name: Check Submodules
      uses: awslabs/aws-crt-builder/.github/actions/check-submodules
  ```

Fixes for swift docker images, CentOS support

03 May 20:43
db9aa89

Choose a tag to compare

Fixes for swift (#116)

* Only export compiler if CC/CXX are not specified

* Reduce what's installed on the swift centos docker image

* Added support for differentiating centos from manylinux

* Trimmed down swift docker images

Swift 5.4 and Build Variants support

29 Apr 20:57
38af2cf

Choose a tag to compare

Pre-release
update to swift 5.4 (#114)

* update to swift 5.4

* updated to use focal

Co-authored-by: Justin Boswell <boswej@amazon.com>

debian-stretch-arm32v5/arm32v7 images

08 Apr 21:53
de1bbff

Choose a tag to compare

Pre-release
Added python to docker image and AWS CLI (#112)

* Added python to docker image and AWS CLI

* Added unzip and tar

* Use aws cli v1 for arm

* debian doesn't need the apt repo

Swift Docker Image updates

26 Mar 23:00
50dd79a

Choose a tag to compare

Pre-release
add ssl packages to swift images for ci checks (#109)

* add ssl pacakges to swift images for ci checks

* only one package needed for ubuntu

Set CMAKE_BUILD_PARALLEL_LEVEL earlier (take 2)

16 Mar 04:00
1f9b9ca

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

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