Welcome to mirror list, hosted at ThFree Co, Russian Federation.

.lgtm.yml - github.com/checkpoint-restore/criu.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: a884a53ef1b54d2f90f8e6203a53bfb06c421c89 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
extraction:
  cpp:
    prepare:
      packages:
      - "protobuf-c-compiler"
      - "libprotobuf-c-dev"
      - "libprotobuf-dev"
      - "build-essential"
      - "libprotobuf-dev"
      - "libprotobuf-c-dev"
      - "protobuf-c-compiler"
      - "protobuf-compiler"
      - "python3-protobuf"
      - "libnet-dev"
      - "pkg-config"
      - "libnl-3-dev"
      - "libbsd0"
      - "libbsd-dev"
      - "iproute2"
      - "libcap-dev"
      - "libaio-dev"
      - "libbsd-dev"
      - "python3-yaml"
      - "libnl-route-3-dev"
      - "python-future"
      - "gnutls-dev"
    configure:
      command:
      - "ls -laR images/google"
      - "ln -s /usr/include/google/protobuf/descriptor.proto images/google/protobuf/descriptor.proto"
      - "ls -laR images/google"