Skip to content

Commit

Permalink
ci: do not add $HOME/.cargo/bin to $PATH
Browse files Browse the repository at this point in the history
Since [1] there is no need to add $HOME/.cargo/bin to the user's PATH
anymore. Therefore remove the corresponding lines from the CI scripts.

Link: OP-TEE/build@xxxx [1]
Signed-off-by: Jerome Forissier <[email protected]>
Reviewed-by: Sumit Garg <[email protected]>
Acked-by: Jens Wiklander <[email protected]>
  • Loading branch information
jforissier committed Jan 29, 2024
1 parent d557d17 commit 774dc8a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,6 @@ jobs:
# make check task
set -e -v
export LC_ALL=C
export PATH=/github/home/.cargo/bin:$PATH
export BR2_CCACHE_DIR=/github/home/.cache/ccache
export CFG_TEE_CORE_LOG_LEVEL=0
export CFG_ATTESTATION_PTA=y
Expand Down Expand Up @@ -320,7 +319,6 @@ jobs:
# make check task
set -e -v
export LC_ALL=C
export PATH=/github/home/.cargo/bin:$PATH
export CFG_TEE_CORE_LOG_LEVEL=0
export BR2_CCACHE_DIR=/github/home/.cache/ccache
WD=$(pwd)
Expand Down Expand Up @@ -354,7 +352,6 @@ jobs:
# make check task
set -e -v
export LC_ALL=C
export PATH=/github/home/.cargo/bin:$PATH
export CFG_TEE_CORE_LOG_LEVEL=0
export BR2_CCACHE_DIR=/github/home/.cache/ccache
WD=$(pwd)
Expand Down Expand Up @@ -388,7 +385,6 @@ jobs:
export LC_ALL=C
# The BTI-enabled toolchain is aarch64-unknown-linux-uclibc-gcc in /usr/local/bin
export PATH=/usr/local/bin:$PATH
export PATH=/github/home/.cargo/bin:$PATH
export AARCH64_CROSS_COMPILE=aarch64-unknown-linux-uclibc-
export BR2_CCACHE_DIR=/github/home/.cache/ccache
export CFG_TEE_CORE_LOG_LEVEL=0
Expand Down

0 comments on commit 774dc8a

Please sign in to comment.