Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Retry downloading xsimd #562

Merged
merged 1 commit into from
Aug 30, 2022
Merged

Conversation

bernhardmgruber
Copy link
Member

@bernhardmgruber bernhardmgruber commented Aug 30, 2022

Installing the head of xsimd via vcpkg fails regularly, so let's run it in a loop until it succeeds.

@codecov
Copy link

codecov bot commented Aug 30, 2022

Codecov Report

Merging #562 (29504c1) into develop (14856d5) will not change coverage.
The diff coverage is n/a.

❗ Current head 29504c1 differs from pull request most recent head 2afee68. Consider uploading reports for the commit 2afee68 to get more accurate results

@@           Coverage Diff            @@
##           develop     #562   +/-   ##
========================================
  Coverage    98.82%   98.82%           
========================================
  Files           64       64           
  Lines         6037     6037           
========================================
  Hits          5966     5966           
  Misses          71       71           

@bernhardmgruber bernhardmgruber merged commit 0e87f6f into alpaka-group:develop Aug 30, 2022
@bernhardmgruber bernhardmgruber deleted the retry branch August 30, 2022 12:23
@@ -13,7 +13,7 @@ env:
THREADS: 4
CONFIG: RelWithDebInfo
ALPAKA_BRANCH: 0.9.0
VCPKG_INSTALL: "vcpkg install fmt tinyobjloader boost-mp11 boost-atomic boost-smart-ptr boost-functional boost-container; vcpkg install --head xsimd"
VCPKG_INSTALL: "vcpkg install fmt tinyobjloader boost-mp11 boost-atomic boost-smart-ptr boost-functional boost-container; until vcpkg install --head xsimd; do echo 'Retrying'; done"
Copy link

@PrometheusPi PrometheusPi Oct 11, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@bernhardmgruber might this cause an infinite loop or does there exist an external timeout?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

AFAIK the github action will be terminated after some time if this never succeeds.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants