Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
cookbook
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
Container 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
Show more breadcrumbs
Wildan Mubarok
cookbook
Commits
93bb93f4
Commit
93bb93f4
authored
1 year ago
by
bjorn3
Browse files
Options
Downloads
Patches
Plain Diff
Remove setup.sh
It isn't used anywhere
parent
d56958ab
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
setup.sh
+0
-20
0 additions, 20 deletions
setup.sh
with
0 additions
and
20 deletions
setup.sh
deleted
100755 → 0
+
0
−
20
View file @
d56958ab
#!/usr/bin/env bash
set
-e
echo
"Downloading latest pkgutils"
git submodule update
--init
--remote
pkgutils
cargo update
--manifest-path
pkgutils/Cargo.toml
echo
"Defaulting to rust nightly"
rustup override
set
nightly
echo
"Update rust nightly"
rustup update nightly
echo
"Downloading rust source"
rustup component add rust-src
if
[
-z
"
$(
which cargo-config
)
"
]
then
echo
"Installing cargo-config"
cargo
install
-f
cargo-config
fi
echo
"cook.sh is ready to use"
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