mirror of
https://github.com/carbon-language/carbon-lang.git
synced 2026-09-24 21:10:12 +01:00
- Shift some things around to adjust to being in bazel. - Add separate build/serve/publish scripts for use by bazel (not set up for direct execution, but bazel requires +x). - Fix some tests I noticed not running unittest.main as a result of the switch. - Move md files into filegroups for build reuse. - Disable automatic site publishing (now `bazel run //website/jekyll:publish`) Site publishing seems like it'd be too much trouble to keep automated... The C++ toolchain essentially needs to be set up due to the repo config, along with syncing the LLVM submodules, etc. That seems a bit annoying to do on each run of the publish-docs action, and not something I really want to maintain. If we get a CI, we can focus on it more there, but this feels like it'd just be a one-off to maintain as a github workflow.
Scripts
Scripts for use with proposals.
See individual scripts for more details.