samth
2019-11-22 13:48:27

the former


notjack
2019-11-22 14:45:02

I don’t think there’s a way to do that


samth
2019-11-22 20:18:10

@popa.bogdanp could the web-server ci use minimal Racket? I think that might be faster to install.


popa.bogdanp
2019-11-22 21:02:10

@samth I think I tried that initially but ran into some trouble installing the web server in place. I’ll give it another go tomorrow afternoon.


popa.bogdanp
2019-11-22 21:15:24

Here it is: https://github.com/Bogdanp/web-server/commit/457e1de488c4534fe5944523623e583d1fea2d9b/checks?check_suite_id=324875274#step:5:1160

Some sort of issue with data/bit-vector and db-doc. I’m not sure why db even gets brought in there. Maybe htdp-lib brings it in transitively?


popa.bogdanp
2019-11-22 21:18:38

Oh, wait. web-server-doc brings db-doc in. I wonder if it’ll pass if I just install web-server-doc in place as well



popa.bogdanp
2019-11-22 21:23:57

data/bit-vector is part of base so I wonder if this is a bug in the minimal racket distribution or if it’s intentionally excluded