-
Notifications
You must be signed in to change notification settings - Fork 12
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
pygeosx testing #259
base: master
Are you sure you want to change the base?
pygeosx testing #259
Conversation
b18ddc2
to
46e3afe
Compare
with: | ||
submodules: true | ||
lfs: true | ||
|
||
- name: Set up Docker Buildx | ||
uses: docker/setup-buildx-action@v2 | ||
uses: docker/setup-buildx-action@v3 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@untereiner do you think a dependabot
would be useful here as well?
If so, do you mind setting one up?
docker/gcc-ubuntu/Dockerfile
Outdated
@@ -120,7 +121,15 @@ RUN apt-get install -y --no-install-recommends \ | |||
libxml2-utils \ | |||
git \ | |||
ghostscript \ | |||
ninja-build | |||
ninja-build \ | |||
python3 \ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not a huge fan of having python
hopping in our builds, even for non pygeosx
builds... I guess it is what it is.
3c38f90
to
349faac
Compare
6114d26
to
0af624a
Compare
This PR installs additional pygeosx dependencies to run pygeosx tests on gcc ubuntu images.
Related to GEOS-DEV/GEOS#2981
Related to GEOS-DEV/LvArray#318