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

Use pre-built binary for GraphViz #1522

Merged
merged 4 commits into from
May 1, 2023

Conversation

ggrossetie
Copy link
Member

@ggrossetie
Copy link
Member Author

The deb file is only for amd64:

dpkg: error processing archive graphviz.deb (--install):
 package architecture (amd64) does not match system (arm64)
Errors were encountered while processing:
 graphviz.deb

@felixvanoost
Copy link
Contributor

The deb file is only for amd64:

dpkg: error processing archive graphviz.deb (--install):
 package architecture (amd64) does not match system (arm64)
Errors were encountered while processing:
 graphviz.deb

We could try to get this resolved upstream, but they already release packages for a large number of distributions so might be reluctant to double the number of CI jobs they run...

@ggrossetie
Copy link
Member Author

We could try to get this resolved upstream, but they already release packages for a large number of distributions so might be reluctant to double the number of CI jobs they run...

Yes, we can open an issue but as you said they might be unwilling to do so. I now have a dedicated GitHub runner that runs on ARM64. I will try to setup a job to produce the graphviz.deb for ARM64.

As a side note, smoke tests indicate that something does not work as expected with GraphViz 8.0.4. Not sure if they follow semantic versioning but that's quite a big jump from 2.42 (or 3.0) to 8.0 😅
Since this is the latest version, I'm willing to accommodate the code to make it work with GraphViz 8+

@ggrossetie
Copy link
Member Author

@ggrossetie ggrossetie force-pushed the issue-1483-graphviz-binary branch from c69043e to 2737dc5 Compare April 30, 2023 12:10
@ggrossetie
Copy link
Member Author

I need to build GraphViz on arm64 and then we are good to go :)

@ggrossetie ggrossetie merged commit f32e067 into yuzutech:main May 1, 2023
@ggrossetie ggrossetie deleted the issue-1483-graphviz-binary branch May 1, 2023 10:13
@felixvanoost
Copy link
Contributor

Nice! 😎

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.

Build Graphviz from source
2 participants