Skip to content

Comments

Zig Dusty framework#10806

Open
dragosv wants to merge 3 commits intoTechEmpower:masterfrom
dragosv:dusty
Open

Zig Dusty framework#10806
dragosv wants to merge 3 commits intoTechEmpower:masterfrom
dragosv:dusty

Conversation

@dragosv
Copy link
Contributor

@dragosv dragosv commented Feb 22, 2026

Adds zig dusty framework

@joanhey
Copy link
Contributor

joanhey commented Feb 22, 2026

Please add yourself to the maintainers in the benchmark_config.json.

So with any change or marked as broken, you will be notified.

Example:

{
"framework": "quarkus",
"maintainers": ["franz1981", "Sanne", "geoand"],
"tests": [
{
"default": {

Comment on lines +15 to +17
RUN tar -xvf zig-$(uname -m)-linux-${ZIG_VER}.tar.xz

RUN mv zig-$(uname -m)-linux-${ZIG_VER} /usr/local/zig
Copy link
Contributor

@joanhey joanhey Feb 22, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please do it in one line.

RUN tar -xvf zig-$(uname -m)-linux-${ZIG_VER}.tar.xz /usr/local/zig

For faster builds.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants