Skip to content

Commit

Permalink
ci: toolchains are pre-installed
Browse files Browse the repository at this point in the history
  • Loading branch information
dimkr committed Jan 22, 2020
1 parent 6246e23 commit 8ec2342
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ci/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@

for i in arm-any32-linux-musleabi armeb-any32-linux-musleabi i386-any32-linux-musl mips-any32-linux-musl mipsel-any32-linux-musl
do
wget -qO- https://github.com/dimkr/toolchains/releases/latest/download/$i.tar.gz | tar -xzf - -C /
meson --cross-file=$i -Dcompression=$1 --buildtype=release build-$1-$i
ninja -C build-$1-$i
/opt/x-tools/$i/bin/$i-strip -s -R.note -R.comment build-$1-$i/papaw
Expand Down

0 comments on commit 8ec2342

Please sign in to comment.