Home
last modified time | relevance | path

Searched +full:build +full:- +full:msys2 +full:- +full:clang32 (Results 1 – 3 of 3) sorted by relevance

/external/libusb/.github/workflows/
Dmsys2_clang32.yml1 name: MSYS2 clang32 build
5 build:
6 runs-on: windows-latest
9 shell: msys2 {0}
11 - uses: actions/checkout@v3
12 - uses: msys2/setup-msys2@v2
14 msystem: clang32
16 install: git mingw-w64-clang-i686-cc mingw-w64-clang-i686-autotools
17 - name: CI-Build
19 echo 'Running in MSYS2!'
[all …]
/external/google-benchmark/.github/workflows/
Dbuild-and-test.yml1 name: build-and-test
10 # TODO: add 32-bit builds (g++ and clang++) for ubuntu
11 # (requires g++-multilib and libc6:i386)
12 # TODO: add coverage build (requires lcov)
16 runs-on: ${{ matrix.os }}
18 fail-fast: false
20 os: [ubuntu-22.04, ubuntu-20.04, macos-latest]
26 - uses: actions/checkout@v3
28 - uses: lukka/get-cmake@latest
30 - name: create build environment
[all …]
/external/mesa3d/docs/relnotes/
D22.3.0.rst1 Mesa 22.3.0 Release Notes / 2022-12-02
20 ---------------
24 644bf936584548c2b88762111ad58b4aa3e4688874200e5a4eb74e53ce301746 mesa-22.3.0.tar.xz
28 ------------
30 - GL_ARB_shader_clock on llvmpipe
31 - VK_KHR_shader_clock on lavapipe
32 - Mesa-DB, the new single file cache type
33 - VK_EXT_attachment_feedback_loop_layout on RADV, lavapipe
34 - VK_KHR_global_priority on RADV
35 - GL_KHR_blend_equation_advanced_coherent on zink
[all …]