Skip to content
Snippets Groups Projects
Commit 8e6aead3 authored by nimrod's avatar nimrod
Browse files

Add Zig compiler.

parent a2fbe1e2
No related branches found
No related tags found
No related merge requests found
Pipeline #2929 waiting for manual action
......@@ -246,6 +246,7 @@ RUN apt-get update && \
todoman \
tox \
transmission-rpc \
ziglang \
&& \
echo pdm-publish pdm-version | xargs -n1 pdm plugin add && \
npm install --global \
......@@ -287,6 +288,7 @@ RUN apt-get update && \
wget https://raw.githubusercontent.com/ansible-community/molecule/1.25.1/asset/bash_completion/molecule.bash-completion.sh -qO /etc/bash_completion.d/molecule && \
wget https://github.com/mrolli/packer-bash-completion/raw/master/packer -qO /etc/bash_completion.d/packer && \
wget https://raw.githubusercontent.com/dsifford/yarn-completion/v0.17.0/yarn-completion.bash -qO /etc/bash_completion.d/yarn && \
wget https://raw.githubusercontent.com/ziglang/shell-completions/master/_zig -qO /etc/bash_completion.d/zig && \
git clone https://github.com/asdf-vm/asdf.git /opt/asdf && \
ln --symbolic --target /etc/profile.d/ /opt/asdf/asdf.sh && \
ln --symbolic /opt/asdf/completions/asdf.bash /etc/bash_completion.d/asdf && \
......
#!/bin/sh
exec python3 -m ziglang "$@"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment