Technical notes
  • Home
  • About me

automation

A collection of 2 posts
bazel

Writing custom Bazel C++ rules

Implementing a language support in Bazel can help one better understand the existing functionalities that this build system already provides. The migration process for Bazel C++ rules is still not finished at the moment, so the implementation for C++ rules is not fully done in starlark. We can try to
Jul 6, 2022 4 min read
buildroot

Buildroot with Raspberry Pi - Automating and sharing

Automation is an important part of every software project. If you need to do something repeatedly, chances are, that it can be easily put in a script and done for you. It is especially important in build systems, that is why I would like to automate all the steps, that
Apr 17, 2016 3 min read
Page 1 of 1
Technical notes © 2023
Powered by Ghost