Searched +full:pr +full:- +full:comment (Results 1 – 3 of 3) sorted by relevance
1 # Configuration for Repo Lockdown - https://github.com/dessant/repo-lockdown10 pull-requests: write14 runs-on: ubuntu-latest16 - uses: dessant/repo-lockdown@v218 pr-comment: |21 This repository is a read-only mirror of the project's repostories hosted22 on https://gitlab.com/qemu-project/qemu.git.29 lock-pr: true30 close-pr: true
... --------------------- ...
15 meson.add_postconf_script(find_program('scripts/symlink-install-tree.py'))28 config_host = keyval.load(meson.current_build_dir() / 'config-host.mak')35 tmpdir = meson.current_build_dir() / 'meson-private/temp'66 have_linux_user = have_linux_user or target.endswith('linux-user')67 have_bsd_user = have_bsd_user or target.endswith('bsd-user')68 have_system = have_system or target.endswith('-softmmu')113 …dgen.version() + ' is unsupported. You can install a new version with "cargo install bindgen-cli"')120 message('To use Rust you can install a new version with "cargo install bindgen-cli"')128 '--rustc-version', rustc.version(),129 '--workspace', meson.project_source_root() / 'rust'][all …]