Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Install Zig from tarball not from snap for CI tests #1088

Closed
disconnect3d opened this issue Aug 23, 2022 · 1 comment
Closed

Install Zig from tarball not from snap for CI tests #1088

disconnect3d opened this issue Aug 23, 2022 · 1 comment
Labels
enhancement For enhancements to existing features good first issue

Comments

@disconnect3d
Copy link
Member

We install Zig compiler in order to compile test binaries properly. For that, I added installation of Zig through snap packages to our test setup script:

# We use zig to compile some test binaries as it is much easier than with gcc
sudo snap install zig --classic --edge

However, this is not ideal - we use an edge version here which may change anytime.

We should pin a tarball version instead (download it, check its hash if its expected one and then unpack and use it).

@disconnect3d disconnect3d added enhancement For enhancements to existing features good first issue labels Aug 23, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement For enhancements to existing features good first issue
Development

No branches or pull requests

1 participant