Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
change
sglang
Commits
f7074700
Unverified
Commit
f7074700
authored
Dec 31, 2024
by
fzyzcjy
Committed by
GitHub
Dec 30, 2024
Browse files
CI: Update scripts to fail fast (#2672)
parent
21ec66e5
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
0 deletions
+7
-0
scripts/ci_install_dependency.sh
scripts/ci_install_dependency.sh
+3
-0
scripts/ci_install_rust.sh
scripts/ci_install_rust.sh
+3
-0
scripts/version_branch_to_tag.sh
scripts/version_branch_to_tag.sh
+1
-0
No files found.
scripts/ci_install_dependency.sh
View file @
f7074700
#!/bin/bash
set
-euxo
pipefail
# Install the dependency in CI.
# Use repo from environment variable, passed from GitHub Actions
...
...
scripts/ci_install_rust.sh
View file @
f7074700
#!/bin/bash
set
-euxo
pipefail
# these are required for actix
apt-get update
apt-get
install
-y
libssl-dev pkg-config
...
...
scripts/version_branch_to_tag.sh
View file @
f7074700
#!/bin/bash
set
-euxo
pipefail
# This script is used for release.
# It tags all remote branches starting with 'v' with the same name as the branch,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment