Skip to content

Commit

Permalink
Update build_tarballs.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
TeroFrondelius authored Jul 7, 2019
1 parent dc87724 commit 1d0b90d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions build_tarballs.jl
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ sources = [
script = raw"""
cd $WORKSPACE/srcdir/tfel/
apk add gnuplot
cmake -DCMAKE_INSTALL_PREFIX=$prefix -DCMAKE_TOOLCHAIN_FILE=/opt/$target/$target.toolchain
cmake -DCMAKE_INSTALL_PREFIX=$prefix -DCMAKE_TOOLCHAIN_FILE=/opt/$target/$target.toolchain -Denable-portable-build=ON
make
make install
Expand All @@ -28,11 +28,11 @@ platforms = [
Linux(:x86_64, libc=:glibc),
Windows(:x86_64),
Linux(:aarch64, libc=:glibc),
Linux(:i686, libc=:glibc),
Linux(:armv7l, libc=:glibc, call_abi=:eabihf),
Linux(:powerpc64le, libc=:glibc),
Linux(:i686, libc=:musl),
Linux(:x86_64, libc=:musl)
Linux(:i686, libc=:glibc)
# Linux(:armv7l, libc=:glibc, call_abi=:eabihf),
# Linux(:powerpc64le, libc=:glibc),
# Linux(:i686, libc=:musl),
# Linux(:x86_64, libc=:musl)
]

# The products that we will ensure are always built
Expand Down

0 comments on commit 1d0b90d

Please sign in to comment.