Searched refs:config (Results 1 – 10 of 10) sorted by relevance
18 runs-on: windows-${{ matrix.config.server }}19 name: build-${{ join(matrix.config.*, '-') }}23 config:36 -G "${{ matrix.config.toolchain }}" -A ${{ matrix.config.arch }}37 …${{ matrix.config.config == 'ASAN' && '-DASAN=on -DCMAKE_MSVC_RUNTIME_LIBRARY=MultiThreaded' || ''…49 if: ${{ matrix.config.arch != 'arm64' }}61 if: ${{ matrix.config.config != 'ASAN' && matrix.config.arch != 'arm64' }}68 if: ${{ matrix.config.config == 'ASAN' && matrix.config.arch != 'arm64' }}79 config:96 …`${{ matrix.config.arch }}-w64-mingw32-gcc -print-file-name=libgcc_s_${{ matrix.config.libgcc }}-1…[all …]
143 name: build-cross-qemu-${{ matrix.config.target }}148 config:177 - name: Install ${{ matrix.config.toolchain }}180 sudo apt install ${{ matrix.config.toolchain }} -y181 - name: Configure with ${{ matrix.config.cc }}185 cmake .. -DBUILD_TESTING=ON -DQEMU=ON -DCMAKE_C_COMPILER=${{ matrix.config.cc }}192 ${{ matrix.config.qemu }} build/uv_run_tests_a
35 zoslib_config_t config; in init() local36 init_zoslib_config(&config); in init()37 init_zoslib(config); in init()
44 zoslib_config_t config; in init() local45 init_zoslib_config(&config); in init()46 init_zoslib(config); in init()
24 /config.guess25 /config.log26 /config.status27 /config.sub
92 $ git config --global user.name "J. Random User"93 $ git config --global user.email "j.random.user@example.com"
458 * misc: update readthedocs config (Jameson Nash)1403 * build: add libuv-static pkg-config file (Nikolay Mitev)3651 * build: use '${prefix}' for pkg-config 'exec_prefix' (Matt Clarkson)
194 uv_thread_options_t config; in init_threads() local230 config.flags = UV_THREAD_HAS_STACK_SIZE; in init_threads()231 config.stack_size = 8u << 20; /* 8 MB */ in init_threads()234 if (uv_thread_create_ex(threads + i, &config, worker, &sem)) in init_threads()
128 # which indicates that we try without any flags at all, and "pthread-config"131 …lags="pthreads none -Kthread -pthread -pthreads -mthreads pthread --thread-safe -mt pthread-config"151 # pthread-config: use pthread-config program (for GNU Pth library)342 pthread-config)343 AC_CHECK_PROG([ax_pthread_config], [pthread-config], [yes], [no])345 PTHREAD_CFLAGS="`pthread-config --cflags`"346 PTHREAD_LIBS="`pthread-config --ldflags` `pthread-config --libs`"
19 ref = app.config.man_url_regex
Completed in 38 milliseconds