Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
W
workbench
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
shore
workbench
Commits
8e6aead3
Commit
8e6aead3
authored
2 years ago
by
nimrod
Browse files
Options
Downloads
Patches
Plain Diff
Add Zig compiler.
parent
a2fbe1e2
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#2929
waiting for manual action
Stage: .pre
Stage: build
Stage: deploy
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Dockerfile
+2
-0
2 additions, 0 deletions
Dockerfile
bin/zig
+2
-0
2 additions, 0 deletions
bin/zig
with
4 additions
and
0 deletions
Dockerfile
+
2
−
0
View file @
8e6aead3
...
...
@@ -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
&&
\
...
...
This diff is collapsed.
Click to expand it.
bin/zig
0 → 100755
+
2
−
0
View file @
8e6aead3
#!/bin/sh
exec
python3
-m
ziglang
"
$@
"
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment