Skip to content

Commit

Permalink
Merge pull request bottlerocket-os#1640 from jpculp/sdk-bump-v0.22.0
Browse files Browse the repository at this point in the history
SDK bump v0.22.0
  • Loading branch information
jpculp authored Jul 2, 2021
2 parents 036ced8 + 783a2cc commit bce16d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
fail-fast: false
steps:
- uses: actions/checkout@v2
- run: rustup toolchain install 1.51.0 && rustup default 1.51.0
- run: rustup toolchain install 1.53.0 && rustup default 1.53.0
- run: cargo install --version 0.30.0 cargo-make
- run: cargo make -e BUILDSYS_VARIANT=${{ matrix.variant }} unit-tests
- run: cargo make -e BUILDSYS_VARIANT=${{ matrix.variant }} -e BUILDSYS_ARCH=${{ matrix.arch }} -e BUILDSYS_JOBS=12
2 changes: 1 addition & 1 deletion Makefile.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ BUILDSYS_NAME = "bottlerocket"
# "Bottlerocket Remix by ${CORP}" or "${CORP}'s Bottlerocket Remix"
BUILDSYS_PRETTY_NAME = "Bottlerocket OS"
# SDK version used for building
BUILDSYS_SDK_VERSION="v0.21.0"
BUILDSYS_SDK_VERSION="v0.22.0"
# Site for fetching the SDK
BUILDSYS_REGISTRY="public.ecr.aws/bottlerocket"

Expand Down

0 comments on commit bce16d8

Please sign in to comment.