]> git.lizzy.rs Git - dragonfireclient.git/commitdiff
Bump IrrlichtMt version in CI
authorsfan5 <sfan5@live.de>
Sat, 21 May 2022 22:11:22 +0000 (00:11 +0200)
committersfan5 <sfan5@live.de>
Sat, 21 May 2022 22:11:22 +0000 (00:11 +0200)
.github/workflows/build.yml
.github/workflows/macos.yml
.gitlab-ci.yml
util/buildbot/buildwin32.sh
util/buildbot/buildwin64.sh
util/ci/common.sh

index 2cc83923b3a00f4fb0aa351282af086dee5d39d3..70340d82d584b3b417d985f48eb5dd4e6a5ea971 100644 (file)
@@ -230,7 +230,7 @@ jobs:
         with:
           repository: minetest/irrlicht
           path: lib/irrlichtmt/
-          ref: "1.9.0mt5"
+          ref: "1.9.0mt6"
 
       - name: Restore from cache and run vcpkg
         uses: lukka/run-vcpkg@v7
index c0278a38c0400241cee68187918dfc7e02c5b6e1..346e4f300cf2472534f7ddc4b8af17ced336996a 100644 (file)
@@ -22,7 +22,7 @@ on:
       - '.github/workflows/macos.yml'
 
 env:
-  IRRLICHT_TAG: 1.9.0mt5
+  IRRLICHT_TAG: 1.9.0mt6
   MINETEST_GAME_REPO: https://github.com/minetest/minetest_game.git
   MINETEST_GAME_BRANCH: master
   MINETEST_GAME_NAME: minetest_game
index c225bfcd47eaa9c95e2d24e299bd891a52bfb4f7..8e81865709e33fdf2d2c4f205d39a4013243e20b 100644 (file)
@@ -9,7 +9,7 @@ stages:
   - deploy
 
 variables:
-  IRRLICHT_TAG: "1.9.0mt5"
+  IRRLICHT_TAG: "1.9.0mt6"
   MINETEST_GAME_REPO: "https://github.com/minetest/minetest_game.git"
   CONTAINER_IMAGE: registry.gitlab.com/$CI_PROJECT_PATH
 
index e0c431711614b808cb0de14bbca271b43d254dd4..89d97c54e160b16aa8485c88c1624910649ec125 100755 (executable)
@@ -45,7 +45,7 @@ done
        echo "The compiler runtime DLLs could not be found, they might be missing in the final package."
 
 # Get stuff
-irrlicht_version=1.9.0mt5
+irrlicht_version=1.9.0mt6
 ogg_version=1.3.5
 openal_version=1.21.1
 vorbis_version=1.3.7
index e79397be4088048527c230dcafb18bda3d2c86d2..5648962edf5d2aff7eaf32695012643c84931bcf 100755 (executable)
@@ -45,7 +45,7 @@ done
        echo "The compiler runtime DLLs could not be found, they might be missing in the final package."
 
 # Get stuff
-irrlicht_version=1.9.0mt5
+irrlicht_version=1.9.0mt6
 ogg_version=1.3.5
 openal_version=1.21.1
 vorbis_version=1.3.7
index 82529c712a7584f5c2edd1d387b1edc787db45f8..16327ec308fd75b1b4dfcf1a230611240bbc6ba3 100644 (file)
@@ -13,7 +13,7 @@ install_linux_deps() {
                shift
                pkgs+=(libirrlicht-dev)
        else
-               wget "https://github.com/minetest/irrlicht/releases/download/1.9.0mt5/ubuntu-bionic.tar.gz"
+               wget "https://github.com/minetest/irrlicht/releases/download/1.9.0mt6/ubuntu-bionic.tar.gz"
                sudo tar -xaf ubuntu-bionic.tar.gz -C /usr/local
        fi