~motiejus

Vilnius, Lithuania

https://jakstys.lt/

Recent activity

unlaunched trigger between builds.sr.ht and lists.sr.ht 2 years ago

From Motiejus Jakštys to ~sircmpwn/sr.ht-discuss

Hi all,

As suggested by Drew over irc, I am forwarding two reports (presumably
of a bug report?) when UI-triggered patch did not land in /patches/ and
subsequently did not trigger a CI run.

The first one, from a few months ago, is quoted, and the second one from
yesterday is below the quoted email.

On Tue, Nov 09, 2021 at 06:55:57PM +0200, Motiejus Jakštys wrote:
> Dear Drew,
>
> A recent patch submission to the mailing list[1] did not seem to trigger
> a build in [2]. The project seems to be set up correctly[3].

[ANN] bazel-zig-cc generally usable 3 years ago

From Motiejus Jakštys to ~andrewrk/ziglang

Hi folks,

I am announcing bazel-zig-cc[1]: a C++ toolchain for Bazel projects
based on the venerable zig c++. It is generally usable: to register a
default C++ toolchain for x86_64 linux target, add a couple of lines[2]
to the WORKSPACE.

# Usage

Add these lines to your WORKSPACE. With this, Bazel targets that invoke
a C++ compiler will use `zig c++`.

    BAZEL_ZIG_CC_VERSION = "0.3"