Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
N
nebula
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
exchain
nebula
Commits
cf2b67eb
Commit
cf2b67eb
authored
Nov 27, 2023
by
clabby
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
`rustc` is in CI now
parent
6b4f0bde
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
13 deletions
+0
-13
config.yml
.circleci/config.yml
+0
-13
No files found.
.circleci/config.yml
View file @
cf2b67eb
...
@@ -1224,19 +1224,6 @@ jobs:
...
@@ -1224,19 +1224,6 @@ jobs:
-
restore_cache
:
-
restore_cache
:
name
:
Restore Go modules cache
name
:
Restore Go modules cache
key
:
gomod-{{ checksum "go.sum" }}
key
:
gomod-{{ checksum "go.sum" }}
-
run
:
name
:
Install Rust toolchain
command
:
|
curl https://sh.rustup.rs -sSf | bash -s -- -y
echo 'export PATH=$HOME/.cargo/bin:$PATH' >> $BASH_ENV
echo 'source $HOME/.cargo/env' >> $HOME/.bashrc
source $HOME/.bashrc
rustup update nightly
-
run
:
name
:
Install deps
command
:
|
apt-get update
apt-get install -y pkg-config libssl-dev clang libclang-dev
-
run
:
-
run
:
name
:
Cargo fmt + clippy
name
:
Cargo fmt + clippy
command
:
|
command
:
|
...
...
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