Skip to content

Commit

Permalink
Make cross toolchain emit build-id; update stable ci builder. (Materi…
Browse files Browse the repository at this point in the history
  • Loading branch information
umanwizard authored Jul 29, 2020
1 parent 1889214 commit 3ca9278
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ci/builder/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \

RUN curl -fsSL https://github.com/benesch/autouseradd/releases/download/1.2.0/autouseradd-1.2.0-amd64.tar.gz \
| tar xz -C / --strip-components 1 \
&& curl -fsSL https://shellcheck.storage.googleapis.com/shellcheck-v0.7.0.linux.x86_64.tar.xz > shellcheck.tar.xz \
&& curl -fsSL https://github.com/koalaman/shellcheck/releases/download/v0.7.0/shellcheck-v0.7.0.linux.x86_64.tar.xz > shellcheck.tar.xz \
&& echo '39c501aaca6aae3f3c7fc125b3c3af779ddbe4e67e4ebdc44c2ae5cba76c847f shellcheck.tar.xz' | sha256sum --check \
&& tar -xJf shellcheck.tar.xz -C /usr/local/bin --strip-components 1 shellcheck-v0.7.0/shellcheck \
&& rm shellcheck.tar.xz \
Expand Down
1 change: 1 addition & 0 deletions ci/builder/crosstool.defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,4 @@ CT_LIBC_GLIBC=y
CT_GLIBC_V_2_12_1=y
# CT_COMP_TOOLS_AUTOCONF is not set
# CT_COMP_TOOLS_AUTOMAKE is not set
CT_CC_GCC_BUILD_ID=y
2 changes: 1 addition & 1 deletion ci/builder/stable.stamp
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.45.0-20200716-115428
1.45.0-20200729-101032

0 comments on commit 3ca9278

Please sign in to comment.