summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTomas Mraz <tomas@openssl.org>2023-10-05 15:24:38 +0200
committerTomas Mraz <tomas@openssl.org>2023-10-06 11:18:00 +0200
commit4ace824852f385002facf077c5be2815b0780032 (patch)
treea1c303648d9b9ac45fa10a52850e4b57d96c6c25
parent8f67c6bb7cab70bbcc231ee3e18d140a2857ebdb (diff)
Windows CI: Continue on error during cpuinfo
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)
-rw-r--r--.github/workflows/windows.yml3
-rw-r--r--.github/workflows/windows_comp.yml2
2 files changed, 5 insertions, 0 deletions
diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml
index 806bc25f55..7125b91f75 100644
--- a/.github/workflows/windows.yml
+++ b/.github/workflows/windows.yml
@@ -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
diff --git a/.github/workflows/windows_comp.yml b/.github/workflows/windows_comp.yml
index bf2e89ed71..abcc0ad019 100644
--- a/.github/workflows/windows_comp.yml
+++ b/.github/workflows/windows_comp.yml
@@ -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