Searched +full:ls +full:- +full:ls1046ardb (Results 1 – 2 of 2) sorted by relevance
6 group: ci-${{ github.ref }} # unique per branch7 cancel-in-progress: true # cancel previous runs on the same branch11 runs-on: ubuntu-latest14 - name: Checkout17 fetch-depth: 0 # full history so checkpatch can check commit IDs in commit messages18 - name: Update Git config19 run: git config --global --add safe.directory ${GITHUB_WORKSPACE}20 - name: Run checkpatch24 set -e26 mkdir -p /tmp/linux/scripts[all …]
1 # OP-TEE - version 4.10.0 (2026-04-17)3 - Links to the release pages, commits and pull requests merged into this release for:4 - OP-TEE/optee_os: [release page][OP_TEE_optee_os_release_4_10_0], [commits][OP_TEE_optee_os_commits_4_10_0] and [pull requests][OP_TEE_optee_os_pr_4_10_0]5 - OP-TEE/optee_client: [release page][OP_TEE_optee_client_release_4_10_0], [commits][OP_TEE_optee_client_commits_4_10_0] and [pull requests][OP_TEE_optee_client_pr_4_10_0]6 - O[all...]