Remove submodule code from CI workflows

This commit is contained in:
thunderbiscuit 2022-11-14 12:55:17 -05:00
parent 16ab09d7df
commit ce9ca63bc7
No known key found for this signature in database
GPG Key ID: 88253696EB836462
4 changed files with 1 additions and 24 deletions

View File

@ -20,11 +20,6 @@ jobs:
- name: Check out PR branch - name: Check out PR branch
uses: actions/checkout@v2 uses: actions/checkout@v2
- name: Update bdk-ffi git submodule
run: |
git submodule set-url bdk-ffi https://github.com/bitcoindevkit/bdk-ffi.git
git submodule update --init bdk-ffi
- name: cache - name: cache
uses: actions/cache@v2 uses: actions/cache@v2
with: with:

View File

@ -1,8 +1,5 @@
name: Publish bdk-jvm to Maven Central name: Publish bdk-jvm to Maven Central
on: [workflow_dispatch] on: [workflow_dispatch]
#on:
# release:
# types: [published]
jobs: jobs:
build-jvm-macOS-M1-native-lib: build-jvm-macOS-M1-native-lib:
@ -12,11 +9,6 @@ jobs:
- name: Checkout publishing branch - name: Checkout publishing branch
uses: actions/checkout@v2 uses: actions/checkout@v2
- name: Update bdk-ffi git submodule
run: |
git submodule set-url bdk-ffi https://github.com/bitcoindevkit/bdk-ffi.git
git submodule update --init bdk-ffi
- name: Cache - name: Cache
uses: actions/cache@v3 uses: actions/cache@v3
with: with:

View File

@ -11,7 +11,7 @@ on:
env: env:
ANDROID_NDK_ROOT: /usr/local/lib/android/sdk/ndk/21.4.7075529 ANDROID_NDK_ROOT: /usr/local/lib/android/sdk/ndk/21.4.7075529
# By default the new ubuntu-20.04 images use the following ANDROID_NDK_ROOT # By default, the new ubuntu-20.04 images use the following ANDROID_NDK_ROOT
# ANDROID_NDK_ROOT: /usr/local/lib/android/sdk/ndk/25.0.8775105 # ANDROID_NDK_ROOT: /usr/local/lib/android/sdk/ndk/25.0.8775105
jobs: jobs:
@ -28,11 +28,6 @@ jobs:
- name: Check out PR branch - name: Check out PR branch
uses: actions/checkout@v2 uses: actions/checkout@v2
- name: Update bdk-ffi git submodule
run: |
git submodule set-url bdk-ffi https://github.com/bitcoindevkit/bdk-ffi.git
git submodule update --init bdk-ffi
- name: cache - name: cache
uses: actions/cache@v2 uses: actions/cache@v2
with: with:

View File

@ -16,11 +16,6 @@ jobs:
- name: Check out PR branch - name: Check out PR branch
uses: actions/checkout@v2 uses: actions/checkout@v2
- name: Update bdk-ffi git submodule
run: |
git submodule set-url bdk-ffi https://github.com/bitcoindevkit/bdk-ffi.git
git submodule update --init bdk-ffi
- name: cache - name: cache
uses: actions/cache@v2 uses: actions/cache@v2
with: with: