Home
last modified time | relevance | path

Searched +full:apt +full:- +full:get (Results 1 – 3 of 3) sorted by relevance

/optee_os/scripts/
H A Dci-host-cleanup.sh2 # SPDX-License-Identifier: Apache-2.0
7 df -h
11 google-chrome-stable microsoft-edge-stable firefox
12 azure-cli google-cloud-cli kubectl podman skopeo buildah snapd
13 temurin-8-jdk temurin-11-jdk temurin-17-jdk temurin-21-jdk
14 dotnet-sdk-8.0 dotnet-runtime-8.0 aspnetcore-runtime-8.0
15 aspnetcore-targeting-pack-8.0 netstandard-targeting-pack-2.1-8.0
16 dotnet-targeting-pack-8.0
17 llvm-16-dev llvm-17-dev llvm-18-dev
18 clang-tools-16 clang-tools-17 clang-tools-18
[all …]
/optee_os/.devcontainer/
H A DDockerfile.vscode4 RUN apt update && apt upgrade -y && apt-get install -y \
5 build-essential \
14 device-tree-compiler \
17 gcc-aarch64-linux-gnu \
18 gcc-arm-linux-gnueabihf \
19 gcc-riscv64-linux-gnu \
20 gdb-multiarch \
24 libssl-dev \
25 lsb-release \
27 python3-pip \
[all …]
/optee_os/.github/workflows/
H A Dnotify.yml2 # for pull requests against the OP-TEE OS main repository in a secure way.
4 # (issues: write) using the default short-lived GITHUB_TOKEN. Due to this
15 pull-requests: write
17 notify-maintainers:
18 runs-on: ubuntu-latest
20 - name: Checkout base branch
22 - name: Install python3-github
24 sudo apt-get update
25 sudo apt-get install python3-github
26 - name: Compute maintainers
[all …]