Skip to content

Commit

Permalink
Merge pull request #790 from bottlerocket-os/sdk-v0.9.0
Browse files Browse the repository at this point in the history
Update SDK to v0.9.0
  • Loading branch information
iliana authored Feb 27, 2020
2 parents f3b8f01 + 143380e commit d265fbf
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 @@ -28,7 +28,7 @@ DOCKER_BUILDKIT = "1"

[env.development]
# Defined here to allow us to override ${BUILDSYS_ARCH} on the command line.
BUILDSYS_SDK_IMAGE = "bottlerocket/sdk-${BUILDSYS_ARCH}:v0.8"
BUILDSYS_SDK_IMAGE = "bottlerocket/sdk-${BUILDSYS_ARCH}:v0.9.0"
# Extra flags used when spawning containers.
#
# ex: BUILDSYS_DOCKER_RUN_ARGS="--network=host --dns=127.0.0.53"
Expand Down
2 changes: 1 addition & 1 deletion packages/libgcc/libgcc.spec
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ URL: https://gcc.gnu.org/

%prep
%setup -T -c
cp %{_cross_licensedir}/%{name}/* .
cp %{_cross_licensedir}/gcc/COPYING{3,.RUNTIME} .

%build
install -p -m0755 %{_cross_libdir}/libgcc_s.so.1 .
Expand Down
2 changes: 1 addition & 1 deletion packages/libstd-rust/libstd-rust.spec
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ URL: https://www.rust-lang.org/

%prep
%setup -T -c
cp %{_cross_licensedir}/%{name}/* .
cp /usr/share/licenses/rust/* .

%build
%define _rust_target %{_cross_arch}-unknown-linux-%{_cross_libc}
Expand Down

0 comments on commit d265fbf

Please sign in to comment.