Skip to content

Commit

Permalink
Merge pull request #1014 from iliana/sdk-0.12
Browse files Browse the repository at this point in the history
Update SDK to 0.12.0
  • Loading branch information
iliana authored Aug 10, 2020
2 parents 86dab58 + 8f9306c commit 7e7a68f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile.toml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ DOCKER_BUILDKIT = "1"
# on the command line.

# Depends on ${BUILDSYS_ARCH}.
BUILDSYS_SDK_IMAGE = "bottlerocket/sdk-${BUILDSYS_ARCH}:v0.11.0"
BUILDSYS_SDK_IMAGE = "bottlerocket/sdk-${BUILDSYS_ARCH}:v0.12.0"

# Depends on ${BUILDSYS_JOBS}.
CARGO_MAKE_CARGO_ARGS = "--jobs ${BUILDSYS_JOBS} --offline --locked"
Expand Down
2 changes: 1 addition & 1 deletion macros/cargo
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
%__cargo_env CARGO_TARGET_DIR="${HOME}/.cache" SKIP_README="true"
%__cargo_cross_pkg_config PKG_CONFIG_PATH="%{_cross_pkgconfigdir}" PKG_CONFIG_ALLOW_CROSS=1
%__cargo_cross_env %{__cargo_env} %{__cargo_cross_pkg_config} TARGET_CC="%{_cross_triple}-gnu-gcc"
%__cargo_cross_env_static %{__cargo_env} %{__cargo_cross_pkg_config} TARGET_CC="%{_cross_triple}-musl-gcc"
%__cargo_cross_env_static %{__cargo_env} %{__cargo_cross_pkg_config} TARGET_CC="%{_cross_triple}-musl-gcc" CARGO_PROFILE_RELEASE_LTO=thin

%cargo_prep (\
%{__mkdir} -p %{_builddir}/.cargo \
Expand Down
2 changes: 1 addition & 1 deletion macros/rust
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
%__global_rustflags_shared -Cprefer-dynamic %__global_rustflags

# Enable LTO and static C runtime.
%__global_rustflags_static -Clto=thin -Ctarget-feature=+crt-static -Clink-arg=-lgcc %__global_rustflags
%__global_rustflags_static -Ctarget-feature=+crt-static -Clink-arg=-lgcc %__global_rustflags

%__global_rustflags_shared_toml [%{lua:
for arg in string.gmatch(rpm.expand("%{__global_rustflags_shared}"), "%S+") do
Expand Down

0 comments on commit 7e7a68f

Please sign in to comment.