@@ -346,59 +346,18 @@ jobs:
346
346
run : if [ "$TARGET" = "linux" ]; then
347
347
sudo apt-get remove libunwind-14 -y;
348
348
fi
349
- - name : Cache Packages
350
- uses : awalsh128/cache-apt-pkgs-action@latest
351
- with :
352
- packages : aptitude aptitude-common libboost-iostreams1.83.0 libcwidget4 libsigc++-2.0-0v5 libxapian30 fonts-wine{a} libasound2-plugins{a} libcapi20-3t64{a} libosmesa6{a} libpcsclite1{a} libspeexdsp1{a} libwine{a} libxkbregistry0{a} libz-mingw-w64{a} wine{a} wine64 wget2 make libjack-jackd2-0 libjack-jackd2-dev freeglut3-dev libasound2-dev libxmu-dev libxxf86vm-dev g++ libgl1-mesa-dev libglu1-mesa-dev libraw1394-dev libudev-dev libdrm-dev libglew-dev libopenal-dev libsndfile1-dev libfreeimage-dev libcairo2-dev libfreetype6-dev libpulse-dev libusb-1.0-0-dev libgtk2.0-dev libopencv-dev libassimp-dev librtaudio-dev gdb libglfw3-dev liburiparser-dev libpugixml-dev libgconf-2-4 libgtk2.0-0 libpoco-dev libxcursor-dev libxi-dev libxinerama-dev libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev gstreamer1.0-libav gstreamer1.0-pulseaudio gstreamer1.0-x gstreamer1.0-plugins-bad gstreamer1.0-alsa gstreamer1.0-plugins-base gstreamer1.0-plugins-good
353
- version : 1.0
354
-
355
-
356
- - name : ccache
357
- uses :
hendrikmuhs/[email protected]
358
- with :
359
- key : ${{ matrix.cfg.target }}
360
-
361
- - name : Install dependencies
362
- run : ./scripts/ci/$TARGET/$ARCH/install.sh;
363
-
364
- - name : Download libs
365
- run : ./scripts/linux/download_libs.sh -t $RELEASE -a ${{matrix.cfg.arch}} -g ${{matrix.cfg.GCC}}
366
-
367
- - name : Build
368
- run : |
369
- if [ "$TARGET" = "linux" ]; then
370
- scripts/ci/$TARGET/$ARCH/build.sh;
371
- scripts/ci/$TARGET/$ARCH/run_tests.sh;
372
- else
373
- scripts/ci/$TARGET/$ARCH/build.sh;
374
- fi
375
349
376
- build-linux-64-22-04 :
377
- runs-on : ubuntu-22.04
378
- strategy :
379
- matrix :
380
- cfg :
381
- - {target: linux, arch: 64, gcc: 10}
382
- env :
383
- TARGET : ${{matrix.cfg.target}}
384
- GCC : ${{matrix.cfg.gcc}}
385
- ARCH : ${{matrix.cfg.arch}}
386
- steps :
387
- - name : Remove Old lib-unwind
388
- run : if [ "$TARGET" = "linux" ]; then
389
- sudo apt-get remove libunwind-14 -y;
390
- fi
391
350
# - name: Cache Packages
392
351
# uses: awalsh128/cache-apt-pkgs-action@latest
393
352
# with:
394
353
# packages: aptitude aptitude-common libboost-iostreams1.83.0 libcwidget4 libsigc++-2.0-0v5 libxapian30 fonts-wine{a} libasound2-plugins{a} libcapi20-3t64{a} libosmesa6{a} libpcsclite1{a} libspeexdsp1{a} libwine{a} libxkbregistry0{a} libz-mingw-w64{a} wine{a} wine64 wget2 make libjack-jackd2-0 libjack-jackd2-dev freeglut3-dev libasound2-dev libxmu-dev libxxf86vm-dev g++ libgl1-mesa-dev libglu1-mesa-dev libraw1394-dev libudev-dev libdrm-dev libglew-dev libopenal-dev libsndfile1-dev libfreeimage-dev libcairo2-dev libfreetype6-dev libpulse-dev libusb-1.0-0-dev libgtk2.0-dev libopencv-dev libassimp-dev librtaudio-dev gdb libglfw3-dev liburiparser-dev libpugixml-dev libgconf-2-4 libgtk2.0-0 libpoco-dev libxcursor-dev libxi-dev libxinerama-dev libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev gstreamer1.0-libav gstreamer1.0-pulseaudio gstreamer1.0-x gstreamer1.0-plugins-bad gstreamer1.0-alsa gstreamer1.0-plugins-base gstreamer1.0-plugins-good
395
354
# version: 1.0
396
355
397
-
398
- # - name: ccache
399
- # uses: hendrikmuhs/[email protected]
400
- # with:
401
- # key: ${{ matrix.cfg.target }}-22-04
356
+
357
+ - name : ccache
358
+ uses :
hendrikmuhs/[email protected]
359
+ with :
360
+ key : ${{ matrix.cfg.target }}
402
361
403
362
- name : Install dependencies
404
363
run : ./scripts/ci/$TARGET/$ARCH/install.sh;
@@ -415,6 +374,48 @@ jobs:
415
374
scripts/ci/$TARGET/$ARCH/build.sh;
416
375
fi
417
376
377
+ # build-linux-64-22-04:
378
+ # runs-on: ubuntu-22.04
379
+ # strategy:
380
+ # matrix:
381
+ # cfg:
382
+ # - {target: linux, arch: 64, gcc: 10}
383
+ # env:
384
+ # TARGET: ${{matrix.cfg.target}}
385
+ # GCC: ${{matrix.cfg.gcc}}
386
+ # ARCH: ${{matrix.cfg.arch}}
387
+ # steps:
388
+ # - name: Remove Old lib-unwind
389
+ # run: if [ "$TARGET" = "linux" ]; then
390
+ # sudo apt-get remove libunwind-14 -y;
391
+ # fi
392
+ # # - name: Cache Packages
393
+ # # uses: awalsh128/cache-apt-pkgs-action@latest
394
+ # # with:
395
+ # # packages: aptitude aptitude-common libboost-iostreams1.83.0 libcwidget4 libsigc++-2.0-0v5 libxapian30 fonts-wine{a} libasound2-plugins{a} libcapi20-3t64{a} libosmesa6{a} libpcsclite1{a} libspeexdsp1{a} libwine{a} libxkbregistry0{a} libz-mingw-w64{a} wine{a} wine64 wget2 make libjack-jackd2-0 libjack-jackd2-dev freeglut3-dev libasound2-dev libxmu-dev libxxf86vm-dev g++ libgl1-mesa-dev libglu1-mesa-dev libraw1394-dev libudev-dev libdrm-dev libglew-dev libopenal-dev libsndfile1-dev libfreeimage-dev libcairo2-dev libfreetype6-dev libpulse-dev libusb-1.0-0-dev libgtk2.0-dev libopencv-dev libassimp-dev librtaudio-dev gdb libglfw3-dev liburiparser-dev libpugixml-dev libgconf-2-4 libgtk2.0-0 libpoco-dev libxcursor-dev libxi-dev libxinerama-dev libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev gstreamer1.0-libav gstreamer1.0-pulseaudio gstreamer1.0-x gstreamer1.0-plugins-bad gstreamer1.0-alsa gstreamer1.0-plugins-base gstreamer1.0-plugins-good
396
+ # # version: 1.0
397
+
398
+ # - uses: actions/[email protected]
399
+ # # - name: ccache
400
+ # # uses: hendrikmuhs/[email protected]
401
+ # # with:
402
+ # # key: ${{ matrix.cfg.target }}-22-04
403
+
404
+ # - name: Install dependencies
405
+ # run: ./scripts/ci/$TARGET/$ARCH/install.sh;
406
+
407
+ # - name: Download libs
408
+ # run: ./scripts/linux/download_libs.sh -t $RELEASE -a ${{matrix.cfg.arch}} -g ${{matrix.cfg.GCC}}
409
+
410
+ # - name: Build
411
+ # run: |
412
+ # if [ "$TARGET" = "linux" ]; then
413
+ # scripts/ci/$TARGET/$ARCH/build.sh;
414
+ # scripts/ci/$TARGET/$ARCH/run_tests.sh;
415
+ # else
416
+ # scripts/ci/$TARGET/$ARCH/build.sh;
417
+ # fi
418
+
418
419
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
419
420
420
421
# build-linux64-2204:
0 commit comments