]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
Windows CI: Continue on error during cpuinfo
authorTomas Mraz <tomas@openssl.org>
Thu, 5 Oct 2023 13:24:38 +0000 (15:24 +0200)
committerTomas Mraz <tomas@openssl.org>
Fri, 6 Oct 2023 09:18:00 +0000 (11:18 +0200)
Reviewed-by: Tom Cosgrove <tom.cosgrove@arm.com>
Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/22293)

.github/workflows/windows.yml
.github/workflows/windows_comp.yml

index 806bc25f558d3fd1cdbea03574ae4c0650341271..7125b91f75e54e5f436e3f269b5b19b68786b87b 100644 (file)
@@ -54,6 +54,7 @@ jobs:
         target: _build/coreinfo/
     - name: get cpu info
       working-directory: _build
+      continue-on-error: true
       run: |
         7z.exe x coreinfo/Coreinfo.zip
         ./Coreinfo64.exe -accepteula -f
@@ -98,6 +99,7 @@ jobs:
         target: _build/coreinfo/
     - name: get cpu info
       working-directory: _build
+      continue-on-error: true
       run: |
         7z.exe x coreinfo/Coreinfo.zip
         ./Coreinfo64.exe -accepteula -f
@@ -135,6 +137,7 @@ jobs:
         target: _build/coreinfo/
     - name: get cpu info
       working-directory: _build
+      continue-on-error: true
       run: |
         7z.exe x coreinfo/Coreinfo.zip
         ./Coreinfo64.exe -accepteula -f
index bf2e89ed7153783cc2a2504a2017dbf53385e8aa..abcc0ad0190b5b984e1edeb502b5d9a3011190b5 100644 (file)
@@ -48,6 +48,7 @@ jobs:
         target: _build/coreinfo/
     - name: get cpu info
       working-directory: _build
+      continue-on-error: true
       run: |
         7z.exe x coreinfo/Coreinfo.zip
         ./Coreinfo64.exe -accepteula -f
@@ -86,6 +87,7 @@ jobs:
         target: _build/coreinfo/
     - name: get cpu info
       working-directory: _build
+      continue-on-error: true
       run: |
         7z.exe x coreinfo/Coreinfo.zip
         ./Coreinfo64.exe -accepteula -f