Searched +full:docker +full:- +full:pull +full:- +full:sof (Results 1 – 5 of 5) sorted by relevance
1 ---2 # Suggested tools that can save round-trips to github and a lot of time:6 # yaml merge-expand .travis.yml exp.yml && diff -b -u .travis.yml exp.yml16 - docker23 - buildonly24 - tests27 # 'name:'-less jobs appear with their env, e.g.: PLATFORM=tgl33 - &build-platform36 &docker-pull-sof anchor37 docker pull thesofproject/sof && docker tag thesofproject/sof sof[all …]
1 ---2 # Tools that can save round-trips to github and a lot of time:4 # yamllint -f parsable pull_request.yml6 # yaml merge-expand pull_request.yml exp.yml &&7 # diff -w -u pull_request.yml exp.yml16 # yamllint disable-line rule:truthy20 - 'main'21 - 'stable-**'22 - '**-stable'25 - 'main'[all …]
1 ---2 # SPDX-License-Identifier: BSD-3-Clause3 # Tools that can save round-trips to github and a lot of time:5 # yamllint -f parsable this.yml7 # yaml merge-expand this.yml exp.yml && diff -w -u this.yml exp.yml14 # yamllint disable-line rule:truthy19 runs-on: ubuntu-20.0422 - uses: actions/checkout@v223 with: {fetch-depth: 5, submodules: recursive}25 - name: docker pull[all …]
1 ---7 # yamllint disable-line rule:truthy11 # This is not the same as building every ./build-tools.sh option.12 top-level_default_CMake_target_ALL:13 runs-on: ubuntu-latest15 - uses: actions/checkout@v218 # (https://github.com/thesofproject/sof/issues/2543) and likely20 - name: docker21 run: docker pull thesofproject/sof && docker tag thesofproject/sof sof24 - name: build-tools[all …]
1 ---2 # Tools that can save round-trips to github and a lot of time:4 # yamllint -f parsable this.yml6 # yaml merge-expand this.yml exp.yml && diff -w -u this.yml exp.yml15 # yamllint disable-line rule:truthy20 runs-on: ubuntu-20.0423 fail-fast: false27 IPC_VERSION=IPC4 UNSIGNED_list= SIGNED_list='tgl tgl-h',31 - uses: actions/checkout@v233 with: {fetch-depth: 50, submodules: recursive}[all …]