[FOSS] libev 仓库源更换地址

This commit is contained in:
世界 2020-04-23 10:18:57 +08:00
parent 5267afcf6c
commit 3d973f3ef1
No known key found for this signature in database
GPG Key ID: CD109927C34A63C4
3 changed files with 3 additions and 3 deletions

View File

@ -9,7 +9,7 @@ jobs:
canaryBuild:
name: Canary Build
runs-on: ubuntu-latest
if: "!contains(github.event.head_commit.message, '[S]') && !contains(github.event.head_commit.message, '[RELEASE]')"
if: "!contains(github.event.head_commit.message, '[S]') && !contains(github.event.head_commit.message, '[RELEASE]') && !contains(github.event.head_commit.message, '[FOSS]')"
steps:
- uses: actions/checkout@v2
- uses: actions/cache@v1

View File

@ -9,7 +9,7 @@ jobs:
fossBuild:
name: Foss Build
runs-on: ubuntu-latest
if: "contains(github.event.head_commit.message, '[RELEASE]')"
if: "contains(github.event.head_commit.message, '[RELEASE]') || contains(github.event.head_commit.message, '[FOSS]')"
steps:
- uses: actions/checkout@v2
- uses: actions/cache@v1

2
.gitmodules vendored
View File

@ -25,7 +25,7 @@
url = https://github.com/jedisct1/libsodium.git
[submodule "ss-libev/src/main/jni/libev"]
path = ss-libev/src/main/jni/libev
url = https://git.lighttpd.net/libev.git
url = https://git.lighttpd.net/mirrors/libev.git
[submodule "ss-libev/src/main/jni/re2"]
path = ss-libev/src/main/jni/re2
url = https://github.com/google/re2.git