mirror of
https://github.com/edera-dev/krata.git
synced 2025-08-02 12:50:54 +00:00
krata: unvendor dependencies
This commit is contained in:
parent
0fd32e84cd
commit
d433cd49e2
@ -1,5 +0,0 @@
|
|||||||
[source.crates-io]
|
|
||||||
replace-with = "vendored-sources"
|
|
||||||
|
|
||||||
[source.vendored-sources]
|
|
||||||
directory = "vendor"
|
|
4
.github/dependabot.yml
vendored
4
.github/dependabot.yml
vendored
@ -4,3 +4,7 @@ updates:
|
|||||||
directory: "/"
|
directory: "/"
|
||||||
schedule:
|
schedule:
|
||||||
interval: "daily"
|
interval: "daily"
|
||||||
|
- package-ecosystem: "cargo"
|
||||||
|
directory: "/"
|
||||||
|
schedule:
|
||||||
|
interval: "daily"
|
||||||
|
2
.github/workflows/nightly.yml
vendored
2
.github/workflows/nightly.yml
vendored
@ -16,6 +16,8 @@ jobs:
|
|||||||
TARGET_ARCH: "${{ matrix.arch }}"
|
TARGET_ARCH: "${{ matrix.arch }}"
|
||||||
name: server ${{ matrix.arch }}
|
name: server ${{ matrix.arch }}
|
||||||
steps:
|
steps:
|
||||||
|
- run: git config --global core.autocrlf false && git config --global core.eol lf
|
||||||
|
if: ${{ matrix.platform.os == 'windows' }}
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
submodules: recursive
|
submodules: recursive
|
||||||
|
1
vendor
1
vendor
@ -1 +0,0 @@
|
|||||||
Subproject commit f244a4010d2ddf11e6dff6705c77a082f0647512
|
|
Loading…
Reference in New Issue
Block a user