Skip to content

Commit

Permalink
ci.yml: Reintroduce build of libscmi-server
Browse files Browse the repository at this point in the history
A previous patch temporarily removed the libscmi-server build.

Now that the related PR in SCP-firmware has been merged,
reintroduce the build step.

Link: ARM-software/SCP-firmware#812
Link: #6190

Reviewed-by: Jerome Forissier <jerome.forissier@linaro.org>
Reviewed-by: Etienne Carriere <etienne.carriere@foss.st.com>
Signed-off-by: Nicola Mazzucato <nicola.mazzucato@arm.com>
  • Loading branch information
nicola-mazzucato-arm authored and jforissier committed Aug 29, 2023
1 parent 567dbd8 commit 1188e42
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,7 @@ jobs:
function _make() { make -j$(nproc) -s O=out $*; }
function download_plug_and_trust() { mkdir -p $HOME/se050 && git clone --single-branch -b v0.4.2 https://github.com/foundriesio/plug-and-trust $HOME/se050/plug-and-trust || (rm -rf $HOME/se050 ; echo Nervermind); }
#Temporarily disabled
function download_scp_firmware() { echo "download_scp_firmware skipped"; }
function download_scp_firmware() { git clone --single-branch https://github.com/ARM-software/SCP-firmware.git $HOME/scp-firmware || echo Nervermind; }
ccache -s -v
download_plug_and_trust
Expand Down

0 comments on commit 1188e42

Please sign in to comment.