From cc20d09195c8d26dfa083a09b7ed7b97d1fcfbbd Mon Sep 17 00:00:00 2001 From: MaxRev Date: Mon, 4 Nov 2024 20:55:48 +0200 Subject: [PATCH 01/16] Change to Universal package in tests --- .../MaxRev.Gdal.Core.Tests.XUnit.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/MaxRev.Gdal.Core.Tests.XUnit/MaxRev.Gdal.Core.Tests.XUnit.csproj b/tests/MaxRev.Gdal.Core.Tests.XUnit/MaxRev.Gdal.Core.Tests.XUnit.csproj index 2e3bf9b77..a2ea894b5 100644 --- a/tests/MaxRev.Gdal.Core.Tests.XUnit/MaxRev.Gdal.Core.Tests.XUnit.csproj +++ b/tests/MaxRev.Gdal.Core.Tests.XUnit/MaxRev.Gdal.Core.Tests.XUnit.csproj @@ -7,7 +7,7 @@ x64;arm64 - + From 227f5dd3b0dac3411d0138c721e74844d73820ee Mon Sep 17 00:00:00 2001 From: MaxRev Date: Mon, 4 Nov 2024 20:56:04 +0200 Subject: [PATCH 02/16] Use hdf4 from github --- osx/gdal-makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/osx/gdal-makefile b/osx/gdal-makefile index b08885074..74d32b325 100644 --- a/osx/gdal-makefile +++ b/osx/gdal-makefile @@ -82,7 +82,7 @@ HDF_zip=CMake-hdf-$(HDF_VERSION).zip HDF_SOURCE=$(BUILD_ROOT)/CMake-hdf-$(HDF_VERSION)/hdf-$(HDF_VERSION) download_hdf: - curl -o "$(BUILD_ROOT)/$(HDF_zip)" "https://hdf-wordpress-1.s3.amazonaws.com/wp-content/uploads/manual/HDF4/HDF$(HDF_VERSION)/src/$(HDF_zip)" + curl -o "$(BUILD_ROOT)/$(HDF_zip)" "https://github.com/HDFGroup/hdf4/releases/download/hdf$(HDF_VERSION)/hdf$(HDF_VERSION).zip" cd "$(BUILD_ROOT)"; unzip -q "$(BUILD_ROOT)/$(HDF_zip)" -d . check_hdf_sources: From 928e21db3358d16ed0a894780ee088e93b5d9946 Mon Sep 17 00:00:00 2001 From: MaxRev Date: Mon, 4 Nov 2024 20:58:01 +0200 Subject: [PATCH 03/16] Update makefile for tests --- osx/test-makefile | 8 ++++---- unix/test-makefile | 12 ++++++++---- 2 files changed, 12 insertions(+), 8 deletions(-) diff --git a/osx/test-makefile b/osx/test-makefile index 7b41969c1..0307ec236 100644 --- a/osx/test-makefile +++ b/osx/test-makefile @@ -10,7 +10,7 @@ TEST_TARGET=$(TEST_DIR_APP) CMD_TYPE=dotnet run endif -MISSING_PACKAGES=MaxRev.Gdal.LinuxRuntime.Minimal MaxRev.Gdal.WindowsRuntime.Minimal +MISSING_PACKAGES=MaxRev.Gdal.LinuxRuntime.Minimal MaxRev.Gdal.WindowsRuntime.Minimal MaxRev.Gdal.Universal any: test @@ -20,13 +20,13 @@ test-restore: cd "$(TEST_DIR)/../MaxRev.Gdal.Core.Tests.AzureFunctions" && dotnet remove package $$v &> /dev/null; \ cd "$(TEST_DIR)/../MaxRev.Gdal.Core.Tests" && dotnet remove package $$v &> /dev/null; \ done; - cd $(TEST_TARGET) && \ + -cd $(TEST_TARGET) && \ dotnet restore --ignore-failed-sources test-update: - cd $(TEST_TARGET) && \ + -cd $(TEST_TARGET) && \ dotnet add package MaxRev.Gdal.MacosRuntime.Minimal.$(BUILD_ARCH) --no-restore -v "$(GDAL_VERSION).$(PACKAGE_BUILD_NUMBER_OSX)" -s $(NUGET_) - cd $(TEST_TARGET) && \ + -cd $(TEST_TARGET) && \ dotnet add package MaxRev.Gdal.Core --no-restore -v "$(GDAL_VERSION).$(PACKAGE_BUILD_NUMBER_OSX)" -s $(NUGET_) test-only: test-restore diff --git a/unix/test-makefile b/unix/test-makefile index 1265df169..14e837411 100644 --- a/unix/test-makefile +++ b/unix/test-makefile @@ -10,19 +10,23 @@ TEST_TARGET=$(TEST_DIR_APP) CMD_TYPE=dotnet run endif -MISSING_PACKAGES=MaxRev.Gdal.MacosRuntime.Minimal MaxRev.Gdal.WindowsRuntime.Minimal +MISSING_PACKAGES=MaxRev.Gdal.MacosRuntime.Minimal MaxRev.Gdal.WindowsRuntime.Minimal MaxRev.Gdal.Universal all: test ### Testing linux libraries (from nuget build output) test-restore: - cd $(TEST_TARGET) && \ + -@for v in $(MISSING_PACKAGES); do \ + cd "$(TEST_DIR)/../MaxRev.Gdal.Core.Tests.AzureFunctions" && dotnet remove package $$v &> /dev/null; \ + cd "$(TEST_DIR)/../MaxRev.Gdal.Core.Tests" && dotnet remove package $$v &> /dev/null; \ + done; + -cd $(TEST_TARGET) && \ dotnet restore --ignore-failed-sources test-update: - cd $(TEST_TARGET) && \ + -cd $(TEST_TARGET) && \ dotnet add package MaxRev.Gdal.LinuxRuntime.Minimal.$(BUILD_ARCH) -v "$(GDAL_VERSION).$(PACKAGE_BUILD_NUMBER)" -s $(NUGET_) - cd $(TEST_TARGET) && \ + -cd $(TEST_TARGET) && \ dotnet add package MaxRev.Gdal.Core -v "$(GDAL_VERSION).$(PACKAGE_BUILD_NUMBER)" -s $(NUGET_) test-only: test-restore From 486988aeead6084a5fcaa8129f00eb3ababef6c9 Mon Sep 17 00:00:00 2001 From: MaxRev Date: Mon, 4 Nov 2024 20:58:42 +0200 Subject: [PATCH 04/16] Use VC runtime in path for deps --- win/partials.psm1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/win/partials.psm1 b/win/partials.psm1 index 8138a1df7..5e6a46244 100644 --- a/win/partials.psm1 +++ b/win/partials.psm1 @@ -436,7 +436,7 @@ function Get-CollectDeps { $env:GDAL_DRIVER_PATH = "$env:GDAL_INSTALL_DIR\share\gdal" $env:PROJ_LIB = "$env:PROJ_INSTALL_DIR\share\proj" - $dllDirectories = @("$env:GDAL_INSTALL_DIR\bin", "$env:PROJ_INSTALL_DIR\bin", "$env:VCPKG_INSTALLED\bin", "$env:SDK_PREFIX\bin") + $dllDirectories = @("$env:GDAL_INSTALL_DIR\bin", "$env:PROJ_INSTALL_DIR\bin", "$env:VCPKG_INSTALLED\bin", "$env:SDK_PREFIX\bin", $env:VCToolsRedistDir + "x64\") Write-BuildInfo "Using DLL directories: $dllDirectories" Write-BuildInfo "Collecting dependent DLLs for $dllFile" From 54b01c79a54d522e807db496579b520ae62937af Mon Sep 17 00:00:00 2001 From: MaxRev Date: Mon, 4 Nov 2024 20:58:59 +0200 Subject: [PATCH 05/16] Update readme --- README.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/README.md b/README.md index b2eca7e1e..3f018e50b 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,5 @@ -# gdal.netcore [![Mentioned in Awesome Geospatial](https://raw.githubusercontent.com/sindresorhus/awesome/main/media/mentioned-badge.svg)](https://github.com/sacridini/Awesome-Geospatial) [![Made in Ukraine](https://img.shields.io/badge/made_in-Ukraine-ffd700.svg?labelColor=0057b7)](https://stand-with-ukraine.pp.ua) +# gdal.netcore [![Mentioned in Awesome Geospatial](https://raw.githubusercontent.com/sindresorhus/awesome/main/media/mentioned-badge.svg)](https://github.com/sacridini/Awesome-Geospatial) [![Made in Ukraine](https://img.shields.io/badge/made_in-Ukraine-ffd700.svg?labelColor=0057b7)](https://stand-with-ukraine.pp.ua) ![Build](https://img.shields.io/github/actions/workflow/status/MaxRev-Dev/gdal.netcore/main.yml?branch=main) -[![Linux Build](https://img.shields.io/github/actions/workflow/status/MaxRev-Dev/gdal.netcore/unix.yml?label=Linux%20Build)](https://github.com/MaxRev-Dev/gdal.netcore/actions/workflows/unix.yml) -[![MacOS Build](https://img.shields.io/github/actions/workflow/status/MaxRev-Dev/gdal.netcore/macos.yml?label=MacOS%20Build)](https://github.com/MaxRev-Dev/gdal.netcore/actions/workflows/macos.yml) -[![Windows Build](https://img.shields.io/github/actions/workflow/status/MaxRev-Dev/gdal.netcore/windows.yml?label=Windows%20Build)](https://github.com/MaxRev-Dev/gdal.netcore/actions/workflows/windows.yml) A simple (as is) build engine of [GDAL](https://gdal.org/) library for [.NET](https://dotnet.microsoft.com/download). From d3a3752caff1dbdf7ca80836a83b9edd93f86b6c Mon Sep 17 00:00:00 2001 From: MaxRev Date: Mon, 4 Nov 2024 20:59:09 +0200 Subject: [PATCH 06/16] Bump versions --- shared/GdalCore.opt | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/shared/GdalCore.opt b/shared/GdalCore.opt index 797c1d4ee..d4ae0d3a3 100644 --- a/shared/GdalCore.opt +++ b/shared/GdalCore.opt @@ -9,14 +9,14 @@ BUILD_NUMBER_TAIL=100 ### build (drivers) root BUILD_ROOT=$(ROOTDIR_)/build-$(BASE_RID) -# Jun 19, 2024 -GDAL_VERSION=3.9.1 +# Aug 13, 2024 +GDAL_VERSION=3.9.2 GDAL_ROOT=$(BUILD_ROOT)/gdal-source GDAL_REPO=https://github.com/OSGeo/gdal.git -GDAL_COMMIT_VER=v$(GDAL_VERSION)RC1 +GDAL_COMMIT_VER=v$(GDAL_VERSION) -# Jun 1, 2024 -PROJ_VERSION=9.4.1 +# Sep 15, 2024 +PROJ_VERSION=9.5.0 PROJ_ROOT=$(BUILD_ROOT)/proj-source PROJ_REPO=https://github.com/OSGeo/PROJ.git PROJ_COMMIT_VER=$(PROJ_VERSION) @@ -25,7 +25,7 @@ PROJ_COMMIT_VER=$(PROJ_VERSION) VCPKG_ROOT=$(BUILD_ROOT)/vcpkg VCPKG_REPO=https://github.com/microsoft/vcpkg.git -VCPKG_COMMIT_VER=2024.07.12 +VCPKG_COMMIT_VER=2024.10.21 # base requirements for both runtimes VCPKG_REQUIRE=geos "tiff[zstd,zip,jpeg,tools,lzma,cxx,webp]" curl @@ -81,7 +81,7 @@ SWIG_INCLUDE_=$(BASE_SWIG_)/include ##### HDF build location (only for osx) HDF_BUILD=$(BUILD_ROOT)/hdf-build HDF_CMAKE_TMP=$(BUILD_ROOT)/hdf-cmake-temp -HDF_VERSION=4.2.16-2 +HDF_VERSION=4.3.0 ##### PROJ build location PROJ_BUILD=$(BUILD_ROOT)/proj-build From d1ad7271b51a2bab9fecfb6a4413768cff3937f1 Mon Sep 17 00:00:00 2001 From: MaxRev Date: Mon, 4 Nov 2024 21:04:47 +0200 Subject: [PATCH 07/16] Update workflow --- .github/workflows/main.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 6c4431d83..5be0a5924 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -13,6 +13,7 @@ concurrency: env: DOTNET_INSTALL_DIR: ${{ github.workspace }}/.dotnet DOTNET_VERSION: '8.0.x' + IS_PRE_RELEASE: ${{ !contains(github.ref, 'main') || contains(github.event.head_commit.message, '[prerelease]') }} jobs: LinuxBuild: From 8c28718540dafe17e874804c04726fdf79b0e2f7 Mon Sep 17 00:00:00 2001 From: MaxRev Date: Mon, 4 Nov 2024 21:22:34 +0200 Subject: [PATCH 08/16] Update deps for linux --- ci/Dockerfile.unix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/Dockerfile.unix b/ci/Dockerfile.unix index 7dc6614ba..86af5f100 100644 --- a/ci/Dockerfile.unix +++ b/ci/Dockerfile.unix @@ -13,7 +13,7 @@ RUN apt-get update && apt-get install -y \ python3 python3-pip \ linux-libc-dev \ libhdf4-dev libnetcdf-dev linux-libc-dev \ - swig patchelf gettext \ + swig patchelf gettext bison \ # required for gdal default-libmysqlclient-dev From 0840e263dbf09b779efb292751c3c85dc0bbb50f Mon Sep 17 00:00:00 2001 From: MaxRev Date: Mon, 4 Nov 2024 21:32:53 +0200 Subject: [PATCH 09/16] Update deps for linux --- ci/Dockerfile.unix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/Dockerfile.unix b/ci/Dockerfile.unix index 86af5f100..6a0027f55 100644 --- a/ci/Dockerfile.unix +++ b/ci/Dockerfile.unix @@ -13,7 +13,7 @@ RUN apt-get update && apt-get install -y \ python3 python3-pip \ linux-libc-dev \ libhdf4-dev libnetcdf-dev linux-libc-dev \ - swig patchelf gettext bison \ + swig patchelf gettext bison flex \ # required for gdal default-libmysqlclient-dev From 03940050799d09342b84ade8abb7615c18d268f7 Mon Sep 17 00:00:00 2001 From: MaxRev Date: Mon, 4 Nov 2024 22:22:54 +0200 Subject: [PATCH 10/16] Fix build issues --- osx/gdal-makefile | 4 ++-- .../MaxRev.Gdal.Core.Tests.XUnit.csproj | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/osx/gdal-makefile b/osx/gdal-makefile index 74d32b325..6d02d8320 100644 --- a/osx/gdal-makefile +++ b/osx/gdal-makefile @@ -78,11 +78,11 @@ reset_%: init_hdf: check_hdf_sources @echo "$(TO) HDF sources restore complete" -HDF_zip=CMake-hdf-$(HDF_VERSION).zip +HDF_zip=hdf$(HDF_VERSION).zip HDF_SOURCE=$(BUILD_ROOT)/CMake-hdf-$(HDF_VERSION)/hdf-$(HDF_VERSION) download_hdf: - curl -o "$(BUILD_ROOT)/$(HDF_zip)" "https://github.com/HDFGroup/hdf4/releases/download/hdf$(HDF_VERSION)/hdf$(HDF_VERSION).zip" + curl -OL "$(BUILD_ROOT)/$(HDF_zip)" "https://github.com/HDFGroup/hdf4/releases/download/hdf$(HDF_VERSION)/$(HDF_zip)" cd "$(BUILD_ROOT)"; unzip -q "$(BUILD_ROOT)/$(HDF_zip)" -d . check_hdf_sources: diff --git a/tests/MaxRev.Gdal.Core.Tests.XUnit/MaxRev.Gdal.Core.Tests.XUnit.csproj b/tests/MaxRev.Gdal.Core.Tests.XUnit/MaxRev.Gdal.Core.Tests.XUnit.csproj index a2ea894b5..94c2d8fcc 100644 --- a/tests/MaxRev.Gdal.Core.Tests.XUnit/MaxRev.Gdal.Core.Tests.XUnit.csproj +++ b/tests/MaxRev.Gdal.Core.Tests.XUnit/MaxRev.Gdal.Core.Tests.XUnit.csproj @@ -7,7 +7,7 @@ x64;arm64 - + From 4a621730ef9477850edbce79a1ce17b7b9c612ff Mon Sep 17 00:00:00 2001 From: MaxRev Date: Tue, 5 Nov 2024 02:23:02 +0200 Subject: [PATCH 11/16] Fix build issues --- osx/gdal-makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/osx/gdal-makefile b/osx/gdal-makefile index 6d02d8320..8b715c1a6 100644 --- a/osx/gdal-makefile +++ b/osx/gdal-makefile @@ -82,7 +82,7 @@ HDF_zip=hdf$(HDF_VERSION).zip HDF_SOURCE=$(BUILD_ROOT)/CMake-hdf-$(HDF_VERSION)/hdf-$(HDF_VERSION) download_hdf: - curl -OL "$(BUILD_ROOT)/$(HDF_zip)" "https://github.com/HDFGroup/hdf4/releases/download/hdf$(HDF_VERSION)/$(HDF_zip)" + curl -o -L "$(BUILD_ROOT)/$(HDF_zip)" "https://github.com/HDFGroup/hdf4/releases/download/hdf$(HDF_VERSION)/$(HDF_zip)" cd "$(BUILD_ROOT)"; unzip -q "$(BUILD_ROOT)/$(HDF_zip)" -d . check_hdf_sources: From ad777fc0d068539d0a6993460dabaad016dc7051 Mon Sep 17 00:00:00 2001 From: MaxRev Date: Tue, 5 Nov 2024 02:23:38 +0200 Subject: [PATCH 12/16] Fix build issues --- osx/gdal-makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/osx/gdal-makefile b/osx/gdal-makefile index 8b715c1a6..f3bf3764c 100644 --- a/osx/gdal-makefile +++ b/osx/gdal-makefile @@ -82,7 +82,7 @@ HDF_zip=hdf$(HDF_VERSION).zip HDF_SOURCE=$(BUILD_ROOT)/CMake-hdf-$(HDF_VERSION)/hdf-$(HDF_VERSION) download_hdf: - curl -o -L "$(BUILD_ROOT)/$(HDF_zip)" "https://github.com/HDFGroup/hdf4/releases/download/hdf$(HDF_VERSION)/$(HDF_zip)" + curl -L -o "$(BUILD_ROOT)/$(HDF_zip)" "https://github.com/HDFGroup/hdf4/releases/download/hdf$(HDF_VERSION)/$(HDF_zip)" cd "$(BUILD_ROOT)"; unzip -q "$(BUILD_ROOT)/$(HDF_zip)" -d . check_hdf_sources: From 6666d8f0f6d6c476edf9327d6169b6e515d146d3 Mon Sep 17 00:00:00 2001 From: MaxRev Date: Tue, 5 Nov 2024 03:03:55 +0200 Subject: [PATCH 13/16] Fix build issues --- osx/gdal-makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/osx/gdal-makefile b/osx/gdal-makefile index f3bf3764c..e42f3cb3f 100644 --- a/osx/gdal-makefile +++ b/osx/gdal-makefile @@ -79,11 +79,11 @@ init_hdf: check_hdf_sources @echo "$(TO) HDF sources restore complete" HDF_zip=hdf$(HDF_VERSION).zip -HDF_SOURCE=$(BUILD_ROOT)/CMake-hdf-$(HDF_VERSION)/hdf-$(HDF_VERSION) +HDF_SOURCE=$(BUILD_ROOT)/hdf-$(HDF_VERSION)/hdfsrc download_hdf: curl -L -o "$(BUILD_ROOT)/$(HDF_zip)" "https://github.com/HDFGroup/hdf4/releases/download/hdf$(HDF_VERSION)/$(HDF_zip)" - cd "$(BUILD_ROOT)"; unzip -q "$(BUILD_ROOT)/$(HDF_zip)" -d . + cd "$(BUILD_ROOT)"; unzip -q "$(BUILD_ROOT)/$(HDF_zip)" -d "$(BUILD_ROOT)/hdf-$(HDF_VERSION)" check_hdf_sources: @if [[ ! -f "$(BUILD_ROOT)/$(HDF_zip)" ]] || [[ ! -d "$(HDF_SOURCE)" ]]; then \ From 14efa3ad9098beb1c4743fb2352a6e687e8fc38b Mon Sep 17 00:00:00 2001 From: MaxRev Date: Tue, 5 Nov 2024 03:54:30 +0200 Subject: [PATCH 14/16] Fix build issues --- osx/gdal-makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/osx/gdal-makefile b/osx/gdal-makefile index e42f3cb3f..407fd9c9e 100644 --- a/osx/gdal-makefile +++ b/osx/gdal-makefile @@ -143,7 +143,7 @@ configure_gdal: -DHDF4_INCLUDE_DIR=$(BUILD_ROOT)/hdf-build/include \ -DHDF4_df_LIBRARY_RELEASE=$(BUILD_ROOT)/hdf-build/lib/libhdf.dylib \ -DHDF4_mfhdf_LIBRARY_RELEASE=$(BUILD_ROOT)/hdf-build/lib/libmfhdf.dylib \ - -DHDF4_xdr_LIBRARY_RELEASE=$(BUILD_ROOT)/hdf-build/lib/libxdr.dylib \ + -DHDF4_COMPONENTS="df;mfhdf;szip" \ -DOpenEXR_HALF_LIBRARY=$(VCPKG_INSTALLED_DYNAMIC)/lib/libImath-3_1.dylib \ -DPROJ_INCLUDE_DIR=$(PROJ_BUILD)/include \ -DPROJ_LIBRARY_RELEASE=$(PROJ_BUILD)/lib/libproj.dylib \ From 26f62ecc32bbf20ea5572a38f82c47982ca1ef50 Mon Sep 17 00:00:00 2001 From: MaxRev Date: Tue, 5 Nov 2024 14:24:08 +0200 Subject: [PATCH 15/16] Update readme [no ci] --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3f018e50b..94a9049b9 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# gdal.netcore [![Mentioned in Awesome Geospatial](https://raw.githubusercontent.com/sindresorhus/awesome/main/media/mentioned-badge.svg)](https://github.com/sacridini/Awesome-Geospatial) [![Made in Ukraine](https://img.shields.io/badge/made_in-Ukraine-ffd700.svg?labelColor=0057b7)](https://stand-with-ukraine.pp.ua) ![Build](https://img.shields.io/github/actions/workflow/status/MaxRev-Dev/gdal.netcore/main.yml?branch=main) +# gdal.netcore [![Mentioned in Awesome Geospatial](https://raw.githubusercontent.com/sindresorhus/awesome/main/media/mentioned-badge.svg)](https://github.com/sacridini/Awesome-Geospatial) [![Made in Ukraine](https://img.shields.io/badge/made_in-Ukraine-ffd700.svg?labelColor=0057b7)](https://stand-with-ukraine.pp.ua) ![Build](https://img.shields.io/github/actions/workflow/status/MaxRev-Dev/gdal.netcore/main.yml?branch=main&link=https%3A%2F%2Fgithub.com%2FMaxRev-Dev%2Fgdal.netcore%2Factions%2Fworkflows%2Fmain.yml) A simple (as is) build engine of [GDAL](https://gdal.org/) library for [.NET](https://dotnet.microsoft.com/download). From b2191f05c9992775e5c8735c5a7283c9a4e01238 Mon Sep 17 00:00:00 2001 From: MaxRev Date: Tue, 5 Nov 2024 14:24:33 +0200 Subject: [PATCH 16/16] Remove docker testing container --- .github/workflows/unix.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/unix.yml b/.github/workflows/unix.yml index 494412d46..1832f50c1 100644 --- a/.github/workflows/unix.yml +++ b/.github/workflows/unix.yml @@ -184,7 +184,7 @@ jobs: - name: Test packages run: | - docker run \ + docker run --rm \ --env BUILD_NUMBER_TAIL=${{ github.run_number }} \ --env BUILD_ARCH=${{ matrix.arch }} \ --env PRERELEASE=${{ env.IS_PRE_RELEASE }} \