Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitf590b02

Browse files
committed
[ci] make sure runner env ends up in prepare script
1 parent52fd26c commitf590b02

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

‎.github/workflows/extra.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050

5151
-name:Prepare Linux build environment
5252
if:startsWith(matrix.arch.name, 'linux')
53-
run:sudo ./scripts/ci/actions_prepare_linux_x86.sh
53+
run:sudo--preserve-env=ARCH,FLAVOUR,MODE,HEARTBEAT./scripts/ci/actions_prepare_linux_x86.sh
5454

5555
-name:Prepare MSYS2/Windows build environment
5656
if:startsWith(matrix.arch.name, 'win')

‎.github/workflows/linux-arm64.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
key:thirdparty-cache-${{ matrix.arch }}-${{ matrix.flavor }}
8484

8585
-name:Prepare environment
86-
run:sudo ./scripts/ci/actions_prepare_linux_arm.sh
86+
run:sudo--preserve-env=ARCH,FLAVOUR,MODE,HEARTBEAT./scripts/ci/actions_prepare_linux_arm.sh
8787

8888
-name:Build VM
8989
run:./scripts/ci/actions_build.sh

‎.github/workflows/linux.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ jobs:
104104
key:thirdparty-cache-${{ matrix.arch }}-${{ matrix.flavor }}
105105

106106
-name:Prepare environment
107-
run:sudo ./scripts/ci/actions_prepare_linux_x86.sh
107+
run:sudo--preserve-env=ARCH,FLAVOUR,MODE./scripts/ci/actions_prepare_linux_x86.sh
108108

109109
-name:Build VM
110110
run:./scripts/ci/actions_build.sh

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2026 Movatter.jp