-
**Describe the bug**
I am trying to use Codechecker with a [project](https://github.com/odriverobotics/ODrive) that uses the build system [Tup](https://github.com/gittup/tup). I tried using the log …
-
I would like to see a `tup clean` command. I'm not sure if this was a conscious decision to not have this command or if nobody has asked for it.
Obviously this command would remove all generated outp…
-
I have a fresh install of Clearlinux on my laptop (not in a container);
installed ```tup``` from ```brew```; I also built it from ```master```
both of them show this error upon running ```/path/to/t…
-
I have an existing system I'm trying to update to use the current head in master f26bc1e8c0b87d9d351e062c7d27afbbdc53869d and have run into an issue using $(TUP_VARIANTDIR) in CFLAGS with rules genera…
-
I am looking to build tup on native Windows. Are there clear instructions somewhere on how to achieve this? For example, what variant of the mingw tools is one supposed to use (I have mingw-w64, but i…
-
```
$ tup
[ tup ] [0.000s] Scanning filesystem...
[ tup ] [0.001s] Reading in new environment variables...
[ tup ] [0.001s] No Tupfiles to parse.
[ tup ] [0.001s] No files to delete.
[ tup ] [0.…
-
Since we almost all are running our tests with `tup` (that is one of the main advantages of using a build-automation after all), it is extremely frustrating, that even if I run `tup` in a TTY, the `is…
-
(Discussed in chat, but I'm making an issue here to track this.)
In the Tup build system, there's this _ONE_ big feature that literally boosted my productivity by like 5x: Tup checks that your deps…
-
I see that tup bundles lua 5.4.6, pcre2 10.42, and sqlite3 3.45.2. I already have these installed on my system, and in the case of pcre2 my version is newer. How can I tell tup to use these existing l…
-
I think there may still be some issues that c50c704b didn't yet fix. Running tup with a handful of variants (~several hundred rules) leads to arbitrary failures when the command is run in a chroot env…