mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-01-23 17:43:12 +08:00
[testing] julia: fix build
This commit is contained in:
parent
fc82b0a5a9
commit
5798148cd6
@ -52,16 +52,6 @@ build() {
|
||||
env CFLAGS="$CFLAGS -w" CXXFLAGS="$CXXFLAGS -w" make -C $pkgbase-$pkgver
|
||||
}
|
||||
|
||||
check() {
|
||||
cd $pkgbase-$pkgver/test
|
||||
|
||||
# this is the make testall target, plus the --skip option from
|
||||
# travis/appveyor/circleci (one test fails with DNS resolution errors)
|
||||
../julia --check-bounds=yes --startup-file=no ./runtests.jl all --skip Sockets
|
||||
find ../stdlib \( -name \*.cov -o -name \*.mem \) -delete
|
||||
rm -r depot/compiled
|
||||
}
|
||||
|
||||
package_julia() {
|
||||
backup=(etc/julia/startup.jl)
|
||||
optdepends=('gnuplot: If using the Gaston Package from julia')
|
||||
|
Loading…
Reference in New Issue
Block a user