File tree Expand file tree Collapse file tree 3 files changed +6
-4
lines changed
Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 8686 - name : Install dependencies
8787 run : |
8888 apt-get -qq update
89- apt-get install -y autopoint make build-essential m4 pkg-config autoconf libtool git python3 python3-distutils python3-jinja2 curl zip unzip tar bison p7zip-full dbus
89+ apt-get install -y autopoint make build-essential m4 pkg-config autoconf autoconf-archive libtool git python3 python3-distutils python3-jinja2 curl zip unzip tar bison p7zip-full dbus
9090
9191 - name : Install dependencies for arm64
9292 if : matrix.arch == 'arm64'
Original file line number Diff line number Diff line change 7777 - name : Install dependencies for x64
7878 if : success() && (! endsWith(matrix.type, 'arm64') && (matrix.type != 'coverity' || (github.ref == 'refs/heads/master' && github.event_name == 'schedule')))
7979 run : |
80- sudo apt-get install -y libftgl-dev freeglut3-dev libcurl4-openssl-dev libxmu-dev libxi-dev libfcgi-dev libxss-dev libnotify-dev libxcb-util0-dev libgtk-3-dev libsecret-1-dev libgcrypt20-dev libsystemd-dev libwebkit2gtk-4.1-dev libxxf86vm-dev ocl-icd-opencl-dev libltdl-dev libzip-dev nlohmann-json3-dev
80+ sudo apt-get install -y autoconf-archive libftgl-dev freeglut3-dev libcurl4-openssl-dev libxmu-dev libxi-dev libfcgi-dev libxss-dev libnotify-dev libxcb-util0-dev libgtk-3-dev libsecret-1-dev libgcrypt20-dev libsystemd-dev libwebkit2gtk-4.1-dev libxxf86vm-dev ocl-icd-opencl-dev libltdl-dev libzip-dev nlohmann-json3-dev
8181
8282 - name : Install dependencies for manager
8383 if : success() && (matrix.type == 'manager' || (matrix.type == 'coverity' && github.ref == 'refs/heads/master' && github.event_name == 'schedule'))
9090 sudo apt-get install -y gcc-aarch64-linux-gnu g++-aarch64-linux-gnu binutils-aarch64-linux-gnu
9191
9292 - name : Fix sources for arm64
93- if : success() && endsWith(matrix.type, 'arm64')
93+ if : success() && endsWith(matrix.type, 'arm64') && matrix.type != 'client-vcpkg-arm64'
9494 run : |
9595 arch=arm64
9696 sudo dpkg --add-architecture arm64
@@ -136,7 +136,8 @@ jobs:
136136 run : |
137137 sudo apt install -y \
138138 libltdl-dev:arm64 \
139- python3-jinja2
139+ python3-jinja2 \
140+ autoconf-archive
140141
141142 - name : Install dependencies for unit testing
142143 if : success() && matrix.type == 'unit-test'
Original file line number Diff line number Diff line change 6666 - libdbus-1-dev
6767 - libxtst-dev
6868 # vcpkg dependencies
69+ - autoconf-archive
6970 - build-essential
7071 - pkg-config
7172 - tar
You can’t perform that action at this time.
0 commit comments