Commit Graph

5 Commits

Author SHA1 Message Date
John Cater d5fcb55bf8
Various cleanups (#101)
* Rename BUILD files to match the rest of the repo.

* Move host tests to a specific subpackage

* Add a gitignore file
2024-08-26 19:02:58 +02:00
Yun Peng 6114a702ad
Mark host_platform_repo rule as local (#94)
So that it won't be vendored
2024-06-11 07:28:05 -04:00
Fabian Meumertzheim 1b0d452dcf
Mark extension as reproducible (#92)
* Mark extension as reproducible

* Fix workspace setup
2024-05-16 10:37:16 -04:00
Xùdōng Yáng 5074be0702
Add filegroup targets for .bzl files in the `host` package (#90)
This allows users of e.g. `//host:constraints.bzl` to use Stardoc.
2024-04-25 16:18:48 +02:00
Xùdōng Yáng 2af915c086
Implement local_config_platform in @platforms (#86)
* POC: implement local_config_platform in @platforms

* missing colons

* move stuff around

* the repo rule need not be public

* attempt at a test setup...

* whoops

* newlines

* comments

* more comments
2024-03-21 13:06:19 -04:00