build-system/julia: Turn on deprecation warnings.
* guix/build/julia-build-system.scm (check): Set option '--depwarn=yes'. Signed-off-by: Ludovic Courtès <ludo@gnu.org>master
parent
5dbc2e3392
commit
9f7b599037
|
@ -101,7 +101,7 @@ Project.toml)."
|
|||
(or (getenv "JULIA_LOAD_PATH")
|
||||
"")))
|
||||
(setenv "HOME" "/tmp")
|
||||
(invoke "julia"
|
||||
(invoke "julia" "--depwarn=yes"
|
||||
(string-append builddir "packages/"
|
||||
package "/test/runtests.jl"))))
|
||||
#t)
|
||||
|
|
Reference in New Issue