Skip to content
Merged
Show file tree
Hide file tree
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
2 changes: 0 additions & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -873,8 +873,6 @@ black-duck:
- if: ( $SCHEDULED_JOB_TO_RUN == "run-blackduck-scan" )
script:
- export PROJECTNAME="${BLACKDUCK_PROJECT_NAME}"
- apt update -y
- apt install default-jdk -y
- echo "-------Starting Black Duck Scan-------"
- bash <(curl -s -L ${BLACKDUCK_DETECT_SCRIPT})
--blackduck.url="${BLACKDUCK_URL}"
Expand Down
2 changes: 1 addition & 1 deletion bsp/common/syscalls_stub.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*
* SPDX-License-Identifier: BSD-3-Clause
*
* Based on: https://git.trustedfirmware.org/TF-M/trusted-firmware-m.git/tree/platform/ext/common/syscalls_stub.c?id=9ca8a5eb3c85eecee1303dffa262800ea0385584
* Based on: https://git.trustedfirmware.org/plugins/gitiles/TF-M/trusted-firmware-m.git/+/9ca8a5eb3c85eecee1303dffa262800ea0385584/platform/ext/common/syscalls_stub.c
*
*/

Expand Down
2 changes: 2 additions & 0 deletions release_changes/202507041323.change.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
ci: Remove redundant default-jdk installation
syscalls-stub: Fix TF-M link