home.social

#bazel — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #bazel, aggregated by home.social.

  1. The CLion 2026.2 Roadmap: Simplified Debugger Configuration and the Ability to Use Multiple Zephyr West Profiles

    blog.jetbrains.com/clion/2026/

  2. RE: hostux.social/@defcon201/11632

    Quick #story time: I was on a team which accidentally shipped sourcemaps to production!

    The production server would serve sourcemaps for local dev, and we built sourcemaps in prod to deobfuscate errors but they weren't provided to the server in the prod environment.

    You might see the hazard there. An innocuous change to our #Bazel build structure accidentally pulled in sourcemaps into the server, which it then helpfully served.

    This was an app in the #Google monorepo too, so we were revealing all our source code as well as all our dependencies!

    #Web #JavaScript #Sourcemaps

  3. Zatrudniamy w SoftwareMill! Praca w pełni zdalna, #Kotlin, #Scala, #Rust na backendzie; #DevOps, czyli kubernetesy w chmurze. Oferty z widełkami: softwaremill.com/join-us/

    SoftwareMill jest częścią grupy VirtusLab Group, gdzie szukamy: #Golang, #Scala na backendzie; #Bazel dla miłośników przyspieszania buildów; #Python +ML/LLM; #DevOps + #Spinnaker; i na deser #IDE oraz #IntelliJ engineer. Więcej (z widełkami): careers.virtuslab.com

    Niejedna / niejeden znajdzie tu coś dla siebie :) Zapraszamy!

  4. 🛠️🎉 Ah, yes, the milestone everyone was eagerly awaiting: the #10th #anniversary of Bazel's public announcement! Let's all gather 'round and toast to yet another #build #system evolution that will remain incomprehensible to anyone without a PhD in obscure #software intricacies. 🚀👏
    blogsystem5.substack.com/p/baz #Bazel #Development #Tech #Celebration #HackerNews #ngated

  5. The #s390x open source software team at IBM confirms the latest versions of various software packages run well on #Linux on #IBMZ & #LinuxONE

    In February 2025 validation was maintained for over 3 dozen projects, including the #Apache HTTP server, #Bazel and #etcd

    Plus, community CI and docs were added to go-mysql, and fastfetch added CI & began releasing binaries with v2.36.0!

    Full report + how your project can apply for a s390x VM: community.ibm.com/community/us

  6. Got side-tracked on a project where step 1 is converting something from Autotools to Bazel. The lack of a sufficiently functional "make install" in Bazel is disappointing but not surprising, and I'll just live with that for now. Shell scripts won't save us, but they'll get us where we want to go until there's time to build something better. (Writing Starlark rules is not very fun.)

    #autotools #make #bazel #rust #clang

  7. This makes two failed migrations that #Google has attempted for the #AOSP build system (#Soong and now #Bazel) that we now have build files left in the source tree for.

    This is actually a good example of why I dissuade folk from thinking they can meaningfully contribute to #Android ; Afaik there was no public discussion of this, there's no opportunity for external folk to contribute to keep this going, and we all just have to put up with another build file format.

    source.android.com/docs/setup/

  8. @surma @jaffathecake Very cool stuff! I'm a big proponent of build systems and I've always been frustrated with how web devs seem to couple bundlers and build systems together into a single tool, when they are completely different concepts. Would love to see more build system usage in the web space!

    On the #Bazel front, I happen to be working on #rules_prerender, a ruleset for doing static site generation in Bazel, built on top of #aspect_rules_js.

    github.com/dgp1130/rules_prere

    It's maybe 90% feature complete towards 1.0, but unfortunately not yet documented. I've been distracted and haven't had the time to builds the docs site (examples are more thorough if you can follow what they're doing).

    github.com/dgp1130/rules_prere

    I don't know if that would be useful for you, but I figured it tied in with the web + build systems + Bazel theme so it might be interesting to you.

  9. Are there any good #web conferences / meetups with an #RFP open in the #BayArea or virtual?

    There are a few projects I've been working on which I'd love to give talks about and share with the community (not Angular related). Could be talking about any/all of:

    1. #HydroActive - A different take on hydration in an HTML-first world. github.com/dgp1130/HydroActive
    2. #rules_prerender - A #Bazel ruleset serving as a fast and scalable #StaticSiteGenerator. github.com/dgp1130/rules_prere
    3. #HTMLFragments - A no-tooling, web standard-based approach to HTML over the wire. blog.dwac.dev/posts/html-fragm

    Greatly appreciate boosts for reach!

  10. After a lot of work, I've finally landed a release of #Bazel #rules_prerender which is compatible with #aspect_rules_js! github.com/dgp1130/rules_prere

    This has been a long time coming, and the issue shows how big a change this was (github.com/dgp1130/rules_prere). It didn't help that I kept getting distracted with other things and forgot everything I was doing. 😅

    #aspect_rules_js does seem like a solid improvement and it sets up #rules_prerender for a lot of awesome improvements in the future (#ESM, #bzlmod, better bundling, etc.) Super excited about where we can take this next!

    Shout out to @alexeagle and Greg Magolan (who I don't think is on Mastodon?) for their help, couldn't have done it without you!