Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[DO NOT MERGE] ci: QEMUv8: set MEASURED_BOOT_FTPM=n #7175

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -335,6 +335,7 @@ jobs:
run: |
# make check task
set -e -v
export MEASURED_BOOT_FTPM=n
export LC_ALL=C
export BR2_CCACHE_DIR=/github/home/.cache/ccache
export FORCE_UNSAFE_CONFIGURE=1 # Prevent Buildroot error when building as root
Expand Down Expand Up @@ -377,6 +378,7 @@ jobs:
run: |
# make check task
set -e -v
export MEASURED_BOOT_FTPM=n
export LC_ALL=C
export BR2_CCACHE_DIR=/github/home/.cache/ccache
export FORCE_UNSAFE_CONFIGURE=1 # Prevent Buildroot error when building as root
Expand Down Expand Up @@ -417,6 +419,7 @@ jobs:
run: |
# make check task
set -e -v
export MEASURED_BOOT_FTPM=n
export LC_ALL=C
export BR2_CCACHE_DIR=/github/home/.cache/ccache
export FORCE_UNSAFE_CONFIGURE=1 # Prevent Buildroot error when building as root
Expand Down Expand Up @@ -457,6 +460,7 @@ jobs:
run: |
# make check task
set -e -v
export MEASURED_BOOT_FTPM=n
export LC_ALL=C
export CFG_TEE_CORE_LOG_LEVEL=0
export BR2_CCACHE_DIR=/github/home/.cache/ccache
Expand Down Expand Up @@ -493,6 +497,7 @@ jobs:
run: |
# make check task
set -e -v
export MEASURED_BOOT_FTPM=n
export LC_ALL=C
export CFG_TEE_CORE_LOG_LEVEL=0
export BR2_CCACHE_DIR=/github/home/.cache/ccache
Expand Down Expand Up @@ -529,6 +534,7 @@ jobs:
run: |
# make check task
set -e -v
export MEASURED_BOOT_FTPM=n
export LC_ALL=C
export CFG_TEE_CORE_LOG_LEVEL=0
export BR2_CCACHE_DIR=/github/home/.cache/ccache
Expand Down Expand Up @@ -565,6 +571,7 @@ jobs:
run: |
# make check task
set -e -v
export MEASURED_BOOT_FTPM=n
export LC_ALL=C
# The BTI-enabled toolchain is aarch64-unknown-linux-uclibc-gcc in /usr/local/bin
export PATH=/usr/local/bin:$PATH
Expand Down
Loading