Skip to content

Commit 9a258a2

Browse files
committed
Remove git submodules
Signed-off-by: Yuki Kishimoto <[email protected]>
1 parent ccdd5c4 commit 9a258a2

File tree

8 files changed

+4
-13
lines changed

8 files changed

+4
-13
lines changed

.github/workflows/build-release.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ jobs:
1010
steps:
1111
- name: Checkout
1212
uses: actions/checkout@v4
13-
with:
14-
submodules: 'true'
1513

1614
- name: Generate
1715
uses: ./.github/actions/generate

.github/workflows/ci.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@ jobs:
1717
steps:
1818
- name: Checkout
1919
uses: actions/checkout@v4
20-
with:
21-
submodules: 'true'
2220

2321
- name: Generate
2422
uses: ./.github/actions/generate

.github/workflows/library.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ jobs:
1313
steps:
1414
- name: Checkout
1515
uses: actions/checkout@v4
16-
with:
17-
submodules: 'true'
1816

1917
- name: Setup JS
2018
uses: ./.github/actions/setup-js

.gitmodules

Lines changed: 0 additions & 3 deletions
This file was deleted.

deps/nostr-sdk-ffi

Lines changed: 0 additions & 1 deletion
This file was deleted.

rust-toolchain.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
deps/nostr-sdk-ffi/rust-toolchain.toml
1+
rust_modules/nostr-sdk-ffi/rust-toolchain.toml

tsconfig.build.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"extends": "./tsconfig",
3-
"exclude": ["example", "lib", "node_modules", "deps"]
3+
"exclude": ["example", "lib", "node_modules", "rust_modules"]
44
}

ubrn.config.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
---
22
rust:
3-
directory: deps/nostr-sdk-ffi
3+
repo: https://github.com/rust-nostr/nostr-sdk-ffi
4+
rev: f0603a877f1667c6b966e6284da41d11c59ad1e4
45
manifestPath: Cargo.toml

0 commit comments

Comments
 (0)