|
| 1 | +# This file was @generated by getdeps.py |
| 2 | + |
| 3 | +name: linux |
| 4 | + |
| 5 | +on: |
| 6 | + push: |
| 7 | + branches: |
| 8 | + - main |
| 9 | + pull_request: |
| 10 | + branches: |
| 11 | + - main |
| 12 | + |
| 13 | +permissions: |
| 14 | + contents: read # to fetch code (actions/checkout) |
| 15 | + |
| 16 | +jobs: |
| 17 | + build: |
| 18 | + runs-on: ubuntu-22.04 |
| 19 | + steps: |
| 20 | + - uses: actions/checkout@v4 |
| 21 | + - name: Fetch ninja |
| 22 | + run: python3 build/fbcode_builder/getdeps.py fetch --no-tests ninja |
| 23 | + - name: Fetch cmake |
| 24 | + run: python3 build/fbcode_builder/getdeps.py fetch --no-tests cmake |
| 25 | + - name: Fetch fmt |
| 26 | + run: python3 build/fbcode_builder/getdeps.py fetch --no-tests fmt |
| 27 | + - name: Fetch googletest |
| 28 | + run: python3 build/fbcode_builder/getdeps.py fetch --no-tests googletest |
| 29 | + - name: Fetch xxhash |
| 30 | + run: python3 build/fbcode_builder/getdeps.py fetch --no-tests xxhash |
| 31 | + - name: Fetch zstd |
| 32 | + run: python3 build/fbcode_builder/getdeps.py fetch --no-tests zstd |
| 33 | + - name: Fetch zlib |
| 34 | + run: python3 build/fbcode_builder/getdeps.py fetch --no-tests zlib |
| 35 | + - name: Fetch boost |
| 36 | + run: python3 build/fbcode_builder/getdeps.py fetch --no-tests boost |
| 37 | + - name: Fetch double-conversion |
| 38 | + run: python3 build/fbcode_builder/getdeps.py fetch --no-tests double-conversion |
| 39 | + - name: Fetch fast_float |
| 40 | + run: python3 build/fbcode_builder/getdeps.py fetch --no-tests fast_float |
| 41 | + - name: Fetch gflags |
| 42 | + run: python3 build/fbcode_builder/getdeps.py fetch --no-tests gflags |
| 43 | + - name: Fetch glog |
| 44 | + run: python3 build/fbcode_builder/getdeps.py fetch --no-tests glog |
| 45 | + - name: Fetch libdwarf |
| 46 | + run: python3 build/fbcode_builder/getdeps.py fetch --no-tests libdwarf |
| 47 | + - name: Fetch libevent |
| 48 | + run: python3 build/fbcode_builder/getdeps.py fetch --no-tests libevent |
| 49 | + - name: Fetch lz4 |
| 50 | + run: python3 build/fbcode_builder/getdeps.py fetch --no-tests lz4 |
| 51 | + - name: Fetch snappy |
| 52 | + run: python3 build/fbcode_builder/getdeps.py fetch --no-tests snappy |
| 53 | + - name: Fetch sparsemap |
| 54 | + run: python3 build/fbcode_builder/getdeps.py fetch --no-tests sparsemap |
| 55 | + - name: Fetch bz2 |
| 56 | + run: python3 build/fbcode_builder/getdeps.py fetch --no-tests bz2 |
| 57 | + - name: Fetch openssl |
| 58 | + run: python3 build/fbcode_builder/getdeps.py fetch --no-tests openssl |
| 59 | + - name: Fetch liboqs |
| 60 | + run: python3 build/fbcode_builder/getdeps.py fetch --no-tests liboqs |
| 61 | + - name: Fetch autoconf |
| 62 | + run: python3 build/fbcode_builder/getdeps.py fetch --no-tests autoconf |
| 63 | + - name: Fetch automake |
| 64 | + run: python3 build/fbcode_builder/getdeps.py fetch --no-tests automake |
| 65 | + - name: Fetch libtool |
| 66 | + run: python3 build/fbcode_builder/getdeps.py fetch --no-tests libtool |
| 67 | + - name: Fetch numa |
| 68 | + run: python3 build/fbcode_builder/getdeps.py fetch --no-tests numa |
| 69 | + - name: Fetch libiberty |
| 70 | + run: python3 build/fbcode_builder/getdeps.py fetch --no-tests libiberty |
| 71 | + - name: Fetch libsodium |
| 72 | + run: python3 build/fbcode_builder/getdeps.py fetch --no-tests libsodium |
| 73 | + - name: Fetch libunwind |
| 74 | + run: python3 build/fbcode_builder/getdeps.py fetch --no-tests libunwind |
| 75 | + - name: Fetch xz |
| 76 | + run: python3 build/fbcode_builder/getdeps.py fetch --no-tests xz |
| 77 | + - name: Fetch folly |
| 78 | + run: python3 build/fbcode_builder/getdeps.py fetch --no-tests folly |
| 79 | + - name: Fetch fizz |
| 80 | + run: python3 build/fbcode_builder/getdeps.py fetch --no-tests fizz |
| 81 | + - name: Fetch wangle |
| 82 | + run: python3 build/fbcode_builder/getdeps.py fetch --no-tests wangle |
| 83 | + - name: Fetch mvfst |
| 84 | + run: python3 build/fbcode_builder/getdeps.py fetch --no-tests mvfst |
| 85 | + - name: Fetch libffi |
| 86 | + run: python3 build/fbcode_builder/getdeps.py fetch --no-tests libffi |
| 87 | + - name: Fetch ncurses |
| 88 | + run: python3 build/fbcode_builder/getdeps.py fetch --no-tests ncurses |
| 89 | + - name: Fetch python |
| 90 | + run: python3 build/fbcode_builder/getdeps.py fetch --no-tests python |
| 91 | + - name: Fetch fbthrift |
| 92 | + run: python3 build/fbcode_builder/getdeps.py fetch --no-tests fbthrift |
| 93 | + - name: Build ninja |
| 94 | + run: python3 build/fbcode_builder/getdeps.py build --no-tests ninja |
| 95 | + - name: Build cmake |
| 96 | + run: python3 build/fbcode_builder/getdeps.py build --no-tests cmake |
| 97 | + - name: Build fmt |
| 98 | + run: python3 build/fbcode_builder/getdeps.py build --no-tests fmt |
| 99 | + - name: Build googletest |
| 100 | + run: python3 build/fbcode_builder/getdeps.py build --no-tests googletest |
| 101 | + - name: Build xxhash |
| 102 | + run: python3 build/fbcode_builder/getdeps.py build --no-tests xxhash |
| 103 | + - name: Build zstd |
| 104 | + run: python3 build/fbcode_builder/getdeps.py build --no-tests zstd |
| 105 | + - name: Build zlib |
| 106 | + run: python3 build/fbcode_builder/getdeps.py build --no-tests zlib |
| 107 | + - name: Build boost |
| 108 | + run: python3 build/fbcode_builder/getdeps.py build --no-tests boost |
| 109 | + - name: Build double-conversion |
| 110 | + run: python3 build/fbcode_builder/getdeps.py build --no-tests double-conversion |
| 111 | + - name: Build fast_float |
| 112 | + run: python3 build/fbcode_builder/getdeps.py build --no-tests fast_float |
| 113 | + - name: Build gflags |
| 114 | + run: python3 build/fbcode_builder/getdeps.py build --no-tests gflags |
| 115 | + - name: Build glog |
| 116 | + run: python3 build/fbcode_builder/getdeps.py build --no-tests glog |
| 117 | + - name: Build libdwarf |
| 118 | + run: python3 build/fbcode_builder/getdeps.py build --no-tests libdwarf |
| 119 | + - name: Build libevent |
| 120 | + run: python3 build/fbcode_builder/getdeps.py build --no-tests libevent |
| 121 | + - name: Build lz4 |
| 122 | + run: python3 build/fbcode_builder/getdeps.py build --no-tests lz4 |
| 123 | + - name: Build snappy |
| 124 | + run: python3 build/fbcode_builder/getdeps.py build --no-tests snappy |
| 125 | + - name: Build sparsemap |
| 126 | + run: python3 build/fbcode_builder/getdeps.py build --no-tests sparsemap |
| 127 | + - name: Build bz2 |
| 128 | + run: python3 build/fbcode_builder/getdeps.py build --no-tests bz2 |
| 129 | + - name: Build openssl |
| 130 | + run: python3 build/fbcode_builder/getdeps.py build --no-tests openssl |
| 131 | + - name: Build liboqs |
| 132 | + run: python3 build/fbcode_builder/getdeps.py build --no-tests liboqs |
| 133 | + - name: Build autoconf |
| 134 | + run: python3 build/fbcode_builder/getdeps.py build --no-tests autoconf |
| 135 | + - name: Build automake |
| 136 | + run: python3 build/fbcode_builder/getdeps.py build --no-tests automake |
| 137 | + - name: Build libtool |
| 138 | + run: python3 build/fbcode_builder/getdeps.py build --no-tests libtool |
| 139 | + - name: Build numa |
| 140 | + run: python3 build/fbcode_builder/getdeps.py build --no-tests numa |
| 141 | + - name: Build libiberty |
| 142 | + run: python3 build/fbcode_builder/getdeps.py build --no-tests libiberty |
| 143 | + - name: Build libsodium |
| 144 | + run: python3 build/fbcode_builder/getdeps.py build --no-tests libsodium |
| 145 | + - name: Build libunwind |
| 146 | + run: python3 build/fbcode_builder/getdeps.py build --no-tests libunwind |
| 147 | + - name: Build xz |
| 148 | + run: python3 build/fbcode_builder/getdeps.py build --no-tests xz |
| 149 | + - name: Build folly |
| 150 | + run: python3 build/fbcode_builder/getdeps.py build --no-tests folly |
| 151 | + - name: Build fizz |
| 152 | + run: python3 build/fbcode_builder/getdeps.py build --no-tests fizz |
| 153 | + - name: Build wangle |
| 154 | + run: python3 build/fbcode_builder/getdeps.py build --no-tests wangle |
| 155 | + - name: Build mvfst |
| 156 | + run: python3 build/fbcode_builder/getdeps.py build --no-tests mvfst |
| 157 | + - name: Build libffi |
| 158 | + run: python3 build/fbcode_builder/getdeps.py build --no-tests libffi |
| 159 | + - name: Build ncurses |
| 160 | + run: python3 build/fbcode_builder/getdeps.py build --no-tests ncurses |
| 161 | + - name: Build python |
| 162 | + run: python3 build/fbcode_builder/getdeps.py build --no-tests python |
| 163 | + - name: Build fbthrift |
| 164 | + run: python3 build/fbcode_builder/getdeps.py build --no-tests fbthrift |
| 165 | + - name: Build cachelib |
| 166 | + run: python3 build/fbcode_builder/getdeps.py build --src-dir=. cachelib --project-install-prefix cachelib:/usr/local |
| 167 | + - name: Copy artifacts |
| 168 | + run: python3 build/fbcode_builder/getdeps.py fixup-dyn-deps --strip --src-dir=. cachelib _artifacts/linux --project-install-prefix cachelib:/usr/local --final-install-prefix /usr/local |
| 169 | + - uses: actions/upload-artifact@v4 |
| 170 | + with: |
| 171 | + name: cachelib |
| 172 | + path: _artifacts |
| 173 | + - name: Test cachelib |
| 174 | + run: python3 build/fbcode_builder/getdeps.py test --src-dir=. cachelib --project-install-prefix cachelib:/usr/local |
0 commit comments