Skip to content

Commit 55ba1a3

Browse files
committed
DEPS 化
1 parent b0ee6a7 commit 55ba1a3

File tree

5 files changed

+6
-2
lines changed

5 files changed

+6
-2
lines changed

.github/workflows/build-debug.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
- name: Get versions
9494
id: version
9595
run: |
96-
source sora-python-sdk/VERSION
96+
source sora-python-sdk/DEPS
9797
echo "webrtc_build_version=${WEBRTC_BUILD_VERSION}" >> $GITHUB_OUTPUT
9898
echo "sora_cpp_sdk_version=${SORA_CPP_SDK_VERSION}" >> $GITHUB_OUTPUT
9999
echo "boost_version=${BOOST_VERSION}" >> $GITHUB_OUTPUT
@@ -181,7 +181,7 @@ jobs:
181181
if: steps.sora-cpp-sdk-cache.outputs.cache-hit != 'true'
182182
working-directory: sora-cpp-sdk
183183
run: |
184-
source VERSION
184+
source DEPS
185185
sudo apt-get update
186186
sudo apt-get install -y software-properties-common
187187

.github/workflows/e2e-test-apple-video-toolbox.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ on:
88
- "tests/test_apple_video_toolbox.py"
99
# C++ SDK のアップデートしたときテストするため
1010
- "VERSION"
11+
- "DEPS"
1112
schedule:
1213
# UTC の 01:00 は JST だと 10:00 。
1314
# 1-5 で 月曜日から金曜日

.github/workflows/e2e-test-intel-vpl.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ on:
88
- "tests/test_intel_vpl.py"
99
# C++ SDK のアップデートしたときテストするため
1010
- "VERSION"
11+
- "DEPS"
1112
schedule:
1213
# UTC の 01:00 は JST だと 10:00 。
1314
# 1-5 で 月曜日から金曜日

.github/workflows/e2e-test-nvidia-video-codec-sdk.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ on:
88
- "tests/test_nvidia_video_codec_sdk.py"
99
# C++ SDK のアップデートしたときテストするため
1010
- "VERSION"
11+
- "DEPS"
1112
schedule:
1213
# UTC の 01:00 は JST だと 10:00 。
1314
# 1-5 で 月曜日から金曜日

MANIFEST.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
include buildbase.py
22
include run.py
33
include pypath.py
4+
include VERSION

0 commit comments

Comments
 (0)