We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ce8b02 commit 9c29167Copy full SHA for 9c29167
.github/workflows/test_aflang.yml
@@ -75,7 +75,7 @@ jobs:
75
# Retry in case of failure due to transient network issues. If it fails and the date is
76
# not divisible by 3, then we keep going and skip the AOMP test. This is to decrease the
77
# chance of workflow failure due to transient network issues, while still testing AOMP regularly.
78
- bash .github/scripts/install_aomp 8 1800 || [[ $(( $(date +%-d) % 3 )) -ne 0 ]]
+ bash .github/scripts/install_aomp 8 2000 || [[ $(( $(date +%-d) % 3 )) -ne 0 ]]
79
type amdflang || echo "WARNING!!! amdflang does not work after AOMP installation, which probably failed!!!" 2>&1
80
81
- name: Install AOCC
0 commit comments