TUDelft-CITG / OpenCLSim

Rule driven scheduling of cyclic activities for in-depth comparison of alternative operating strategies.
https://openclsim.readthedocs.io
MIT License
14 stars 16 forks source link

Fix docker geos version #140

Closed SiggyF closed 10 months ago

SiggyF commented 1 year ago

libgeos is installed. IT installed a specific version. This is no longer available after upgrade of base image. this change will install latest version of libgeos. This should match with the python version.

sonarcloud[bot] commented 1 year ago

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

GerbenJdeBoer commented 11 months ago

Does test fail because of https://github.com/Azure/static-web-apps/issues/941 ? with possible way out: https://stackoverflow.com/questions/74069643/how-to-delete-azure-static-web-app-branch-preview-environments-when-deleting-sou

SiggyF commented 11 months ago

This branch solves a problem with geos, but at the same time azure decided that we are over our limit of available branches. We currently only have 3 active branches. So my first approach is to increase the number of allowed branches. After that I'll try to follow this approach. The issue there is that you have to program yourself how to cleanup old branches. The implementation is in javascript / npm, so I would first need to adapt that or add npm (too much tech for 1 repo).

SiggyF commented 11 months ago

According to an open issue at Azure this is a hard limit. They are working on it, though. I'll manual delete them and consider to script the deletion, but that's also a bit error prone.

I can also switch to netlify, which supports more branches. But then we have yet another subscription (already have azure, sonarcloud, circleci).

SiggyF commented 11 months ago

I have disabled building the book on PR for now. Then we should not run into the issue. For now, we have to test changes to the book locally.

github-actions[bot] commented 11 months ago

Azure Static Web Apps: Your stage site is ready! Visit it here: https://delightful-cliff-0e49c3503-140.westeurope.1.azurestaticapps.net

GerbenJdeBoer commented 11 months ago

ok

sonarcloud[bot] commented 11 months ago

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication