Skip to content

Commit

Permalink
stop cron cmake-win64 build
Browse files Browse the repository at this point in the history
  • Loading branch information
zdenop committed Nov 29, 2022
1 parent 8fffed4 commit 7221973
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cmake-win64.yml
Expand Up @@ -3,8 +3,8 @@
name: cmake-win64
on:
#push:
schedule:
- cron: 0 23 * * *
# schedule:
# - cron: 0 23 * * *
workflow_dispatch:

env:
Expand Down

6 comments on commit 7221973

@amitdo
Copy link
Collaborator

@amitdo amitdo commented on 7221973 Nov 29, 2022

Choose a reason for hiding this comment

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

How is this going to work? When will the job start?

@zdenop
Copy link
Contributor Author

@zdenop zdenop commented on 7221973 Nov 30, 2022

Choose a reason for hiding this comment

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

Problem seems to be outside of tesseract (it worked on 23.11.2022, but not on 24.11.2022 and we have not commits at that time).
I need to find the way how to replicate problem locally (outside of GA)

@amitdo
Copy link
Collaborator

@amitdo amitdo commented on 7221973 Nov 30, 2022

Choose a reason for hiding this comment

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

@zdenop
Copy link
Contributor Author

@zdenop zdenop commented on 7221973 Nov 30, 2022

Choose a reason for hiding this comment

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

I find the reason: they included Strawberry (Perl) into paths which broke the tiff build (OpenGL suppor is set to TRUE, which cause LINK : fatal error LNK1104: cannot open file 'freeglut.lib'...)

@zdenop
Copy link
Contributor Author

@zdenop zdenop commented on 7221973 Nov 30, 2022

Choose a reason for hiding this comment

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

Also I do not understand why tiff build error does not cause failure of GA to see real problem. (failure is cased by tesseract -v run)

@zdenop
Copy link
Contributor Author

@zdenop zdenop commented on 7221973 Nov 30, 2022

Choose a reason for hiding this comment

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

should be fixed and simplified/faster

Please sign in to comment.