Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
R
runtime
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
cython-plus
runtime
Commits
d7dba0fd
Commit
d7dba0fd
authored
Nov 04, 2021
by
Julien Jerphanion
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add instructions to unvendor the runtime
parent
33678cf7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
2 deletions
+8
-2
README.md
README.md
+8
-2
No files found.
README.md
View file @
d7dba0fd
...
...
@@ -10,8 +10,14 @@ In your Cython+ projects, you can add this repository as a [git submodule](https
at the root of your project:
```
sh
git submodule add https://lab.nexedi.com/cython-plus/runtime.git
git commit
-m
"Register the runtime as a git submodule"
```
This way, you can version your code with a specific version of the runtime and update it when needed.
If you were previously vendoring the runtime, you need to remove the associated directory from the repository cache first:
```
sh
git
rm
--cached
-r
runtime/
git submodule add https://lab.nexedi.com/cython-plus/runtime.git
git commit
-m
"Unvendor the runtime and instead register it as a git submodule"
```
This way, you can version your code with a specific version of the runtime and update it when needed.
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