From d79d517a7a160a51d06701a6c836b131b16bd031 Mon Sep 17 00:00:00 2001 From: TopperDEL Date: Tue, 21 May 2024 20:31:25 +0200 Subject: [PATCH 1/2] CI: Try including patch from uplink-c for perf test See: https://github.com/storj/uplink-c/issues/21 https://github.com/storj/uplink-c/compare/main...download-read-all --- uplink.NET/pipelines/azure-pipelines-pack-win-dev.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/uplink.NET/pipelines/azure-pipelines-pack-win-dev.yml b/uplink.NET/pipelines/azure-pipelines-pack-win-dev.yml index 32a8ffa..2992282 100644 --- a/uplink.NET/pipelines/azure-pipelines-pack-win-dev.yml +++ b/uplink.NET/pipelines/azure-pipelines-pack-win-dev.yml @@ -29,6 +29,8 @@ steps: git clone https://github.com/storj/uplink-c.git cd uplink-c git checkout $(STORJ_VERSION) + git fetch origin download-read-all + git merge origin/download-read-all cd .. displayName: 'Clone uplink-c $(STORJ_VERSION)' From f931f7e43e34a77273887fd4599085475a4c04a3 Mon Sep 17 00:00:00 2001 From: TopperDEL Date: Wed, 22 May 2024 08:58:48 +0200 Subject: [PATCH 2/2] fix: Adjust version-info to be able to verify correct binary --- uplink.NET/pipelines/azure-pipelines-pack-win-dev.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uplink.NET/pipelines/azure-pipelines-pack-win-dev.yml b/uplink.NET/pipelines/azure-pipelines-pack-win-dev.yml index 2992282..1821447 100644 --- a/uplink.NET/pipelines/azure-pipelines-pack-win-dev.yml +++ b/uplink.NET/pipelines/azure-pipelines-pack-win-dev.yml @@ -17,7 +17,7 @@ steps: displayName: 'Clone uplink.NET' - script: | - sed -i 's/STORJVERSION/$(STORJ_VERSION)/' uplink.net/SWIG/storj_uplink_second.i + sed -i 's/STORJVERSION/$(STORJ_VERSION) - special/' uplink.net/SWIG/storj_uplink_second.i displayName: 'Inject the Storj-Version' - script: |