mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06:00
gnu: pdal: Use :#test-exclude and disable parallel tests.
* gnu/packages/geo.scm (pdal)[arguments] <#:parallel-tests?>: Disable. <#:test-exclude>: Move exclude regex here from 'check phase. <#:phases>: Remove 'check phase. Change-Id: Ib148edc5e5c5f251797360cacda1dfb5de71d664
This commit is contained in:
parent
e0015d9acc
commit
ab8d76505d
1 changed files with 2 additions and 8 deletions
|
|
@ -1446,14 +1446,8 @@ development.")
|
|||
(arguments
|
||||
(list
|
||||
#:configure-flags #~(list "-DUSE_EXTERNAL_GTEST=ON")
|
||||
#:phases
|
||||
#~(modify-phases %standard-phases
|
||||
(replace 'check
|
||||
(lambda* (#:key tests? #:allow-other-keys)
|
||||
(when tests?
|
||||
(invoke "ctest" "-E"
|
||||
;; This tests needs network .
|
||||
"pdal_io_(stac|copc)_reader_test")))))))
|
||||
#:parallel-tests? #f
|
||||
#:test-exclude "pdal_io_(stac|copc)_reader_test"))
|
||||
(native-inputs (list python googletest))
|
||||
(inputs (list gdal
|
||||
h3
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue