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

Enable fidget in important_packages. #14742

Merged
merged 4 commits into from
Jun 23, 2020
Merged

Enable fidget in important_packages. #14742

merged 4 commits into from
Jun 23, 2020

Conversation

treeform
Copy link
Contributor

Fidget now works with nimble test and there is a CI: https://github.com/treeform/fidget/commits/master

@treeform
Copy link
Contributor Author

Hmm fidget requires some stuff to be installed on linux ... mainly the xorg-dev stuff. Not sure how to specify it as part of important packages?

It seems like the other ubuntu's pass. So maybe that particular 1 test needs stuff added?

This is what I use in my CI
sudo apt install -y build-essential libalut-dev libasound2-dev libc6-dev libgl1-mesa-dev libglu1-mesa-dev libxcursor-dev libxi-dev libxinerama-dev libxrandr-dev libxxf86vm-dev mesa-utils pkg-config xorg-dev xvfb

@alaviss
Copy link
Collaborator

alaviss commented Jun 21, 2020

You can add them here:

- name: 'Install dependencies (Linux amd64)'
if: runner.os == 'Linux' && matrix.cpu == 'amd64'
run: |
sudo apt-fast update -qq
DEBIAN_FRONTEND='noninteractive' \
sudo apt-fast install --no-install-recommends -yq \
libcurl4-openssl-dev libgc-dev libsdl1.2-dev libsfml-dev \
valgrind libc6-dbg libblas-dev

@Araq Araq merged commit 9ebbe00 into nim-lang:devel Jun 23, 2020
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.

3 participants