Avoid compiling wxme test files.
Since that requires `racket/draw', which requires libcairo, which is missing on some build machines. It might be needed in the future, but for now it's better to make it easier to add build machines.
This commit is contained in:
parent
84d24bac80
commit
370678abf6
|
@ -1,6 +1,5 @@
|
|||
#lang setup/infotab
|
||||
|
||||
(define compile-omit-paths
|
||||
(list "collapsed.rkt"
|
||||
"2htdpimage.rkt"
|
||||
"image.rkt"))
|
||||
;; compiling the wxme files requires `racket/draw' which fails on build
|
||||
;; machines without libcairo. So avoid compiling them.
|
||||
(define compile-omit-paths 'all)
|
||||
|
|
Loading…
Reference in New Issue
Block a user