Searched +full:libncurses +full:- +full:dev (Results 1 – 13 of 13) sorted by relevance
33 branches-ignore:34 - 'dependabot/**'37 - 'main'40 …group: ${{ github.workflow }}-${{ github.event.pull_request.number || (github.repository == 'opent…41 cancel-in-progress: true49 runs-on: ubuntu-22.0451 - name: Harden Runner52 uses: step-security/harden-runner@63c24ba6bd7ba022e95695ff85de572c04a18142 # v2.7.054 egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs56 - uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2[all …]
37 permissions: # added using https://github.com/step-security/secure-workflows43 runs-on: ubuntu-latest47 security-events: write50 fail-fast: false53 # Learn more about CodeQL language support at https://aka.ms/codeql-docs/language-support56 - name: Harden Runner57 uses: step-security/harden-runner@63c24ba6bd7ba022e95695ff85de572c04a18142 # v2.7.059 egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs61 - name: Checkout repository64 - name: Bootstrap[all …]
33 branches-ignore:34 - 'dependabot/**'37 - 'main'40 …group: ${{ github.workflow }}-${{ github.event.pull_request.number || (github.repository == 'opent…41 cancel-in-progress: true48 toranj-ncp:49 name: toranj-ncp-${{ matrix.TORANJ_RADIO }}50 runs-on: ubuntu-20.0452 fail-fast: false61 - name: Harden Runner[all …]
33 branches-ignore:34 - 'dependabot/**'37 - 'main'40 …group: ${{ github.workflow }}-${{ github.event.pull_request.number || (github.repository == 'opent…41 cancel-in-progress: true43 permissions: # added using https://github.com/step-security/secure-workflows48 thread-1-3:49 name: thread-1-3-${{ matrix.compiler.c }}-${{ matrix.arch }}50 runs-on: ubuntu-20.0452 CFLAGS: -${{ matrix.arch }}[all …]
1 ---5 - "sudo apt -y update && sudo apt -y install llvm-11-dev libclang-11-dev libncurses-dev"6 - pip3 install absl-py clang==118 - "..."
7 # http://www.apache.org/licenses/LICENSE-2.017 FROM gcr.io/oss-fuzz-base/base-builder18 RUN apt-get update && apt install -y automake autoconf libtool pkg-config python3-docutils python3-…19 RUN git clone --depth 1 https://github.com/varnishcache/varnish-cache21 WORKDIR $SRC/varnish-cache
47 ENV INFRA_IF_NAME=${INFRA_IF_NAME:-eth0}48 ENV BORDER_ROUTING=${BORDER_ROUTING:-1}49 ENV BACKBONE_ROUTER=${BACKBONE_ROUTER:-1}50 ENV OT_BACKBONE_CI=${OT_BACKBONE_CI:-0}51 ENV OTBR_MDNS=${MDNS:-mDNSResponder}55 ENV REFERENCE_DEVICE=${REFERENCE_DEVICE:-0}56 ENV RELEASE=${RELEASE:-1}57 ENV NAT64=${NAT64:-1}58 ENV NAT64_SERVICE=${NAT64_SERVICE:-openthread}59 ENV NAT64_DYNAMIC_POOL=${NAT64_DYNAMIC_POOL:-192.168.255.0/24}[all …]
44 ENV INFRA_IF_NAME=${INFRA_IF_NAME:-eth0}45 ENV BORDER_ROUTING=${BORDER_ROUTING:-1}46 ENV BACKBONE_ROUTER=${BACKBONE_ROUTER:-1}47 ENV OTBR_MDNS=${MDNS:-mDNSResponder}49 ENV EXTERNAL_COMMISSIONER=${EXTERNAL_COMMISSIONER:-1}52 ENV REFERENCE_DEVICE=${REFERENCE_DEVICE:-0}53 ENV NAT64=${NAT64:-1}54 ENV NAT64_SERVICE=${NAT64_SERVICE:-tayga}55 ENV DNS64=${DNS64:-0}56 ENV WEB_GUI=${WEB_GUI:-1}[all …]
7 $cc -print-file-name=libncursesw.so | grep -q /8 if [ $? -eq 0 ]; then9 echo '-lncursesw'12 $cc -print-file-name=libncurses.so | grep -q /13 if [ $? -eq 0 ]; then14 echo '-lncurses'17 $cc -print-file-name=libcurses.so | grep -q /18 if [ $? -eq 0 ]; then19 echo '-lcurses'28 if [ -f /usr/include/ncurses/ncurses.h ]; then[all …]
36 NAT64_SERVICE="${NAT64_SERVICE:-openthread}"38 FIREWALL="${FIREWALL:-1}"42 sudo apt-get update43 sudo apt-get install --no-install-recommends -y \46 iputils-ping \47 libreadline-dev \48 libncurses-dev50 sudo apt-get install --no-install-recommends -y build-essential ninja-build cmake52 with RELEASE || sudo apt-get install --no-install-recommends -y libcpputest-dev54 sudo apt-get install --no-install-recommends -y rsyslog[all …]
30 set -euxo pipefail33 [[ -d $TOOLS_HOME ]] || mkdir -p "$TOOLS_HOME"41 if [[ -f ${OTBR_APT_CONF_FILE} ]] && grep Install-Recommends "${OTBR_APT_CONF_FILE}"; then45 sudo tee -a /etc/apt/apt.conf <<EOF46 APT::Get::Install-Recommends "false";47 APT::Get::Install-Suggests "false";54 sudo apt-get install --no-install-recommends -y \55 libdbus-1-dev \56 ninja-build \59 net-tools \[all …]
37 # bpo-41282 (PEP 632) deprecated distutils but setup.py still uses it61 # --list-module-names option used by Tools/scripts/generate_module_names.py87 EMSCRIPTEN = HOST_PLATFORM == 'emscripten-wasm32'98 Python is an interpreted, interactive, object-oriented programming105 Mac, MFC). New built-in modules are easily written in C or C++. Python112 it. Ask around on comp.lang.python -- or just try compiling Python117 Development Status :: 6 - Mature133 # See bpo-21121 and bpo-35257157 """Get the paths of sysroot sub-directories.169 m = re.search(r'--sysroot=([^"]\S*|"[^"]+")', var)[all …]
2 -------------------4 - Fixed problem that caused sgdisk to crash with errors about being unable6 (commit 740, which is pre-release as I type; presumably version 1.19 and9 - Updated guid.cc to deal with minor change in libuuid.11 - Fixed potential NULL derefernce bug in sgdisk. Thanks to Damian Kurek14 - The partition number of "0" can now be used to reference newly-created15 partitions when the --largest-new=0 option to sgdisk is used. Thanks to18 - Make explicit casts in gptcurses.cc to eliminate compiler warnings about19 mis-matched types in printw() statements.21 - Minor code cleanup based on valgrind analysis.[all …]