Mise à jour à Ubuntu Noble + outils, suppression gtfs2netex#24
Merged
Conversation
This was
linked to
issues
Jun 16, 2025
Merged
3 tasks
thbar
approved these changes
Jun 22, 2025
Collaborator
thbar
left a comment
There was a problem hiding this comment.
Tout se build bien chez moi en local.
J'ai ajouté des changelogs et corrigé un petit warning Docker.
Top merci !
| # this repo has no tagged releases ; we pin the version based on latest verified commit instead | ||
| RUN git clone https://github.com/rust-transit/gtfs-to-geojson.git | ||
| RUN git -C gtfs-to-geojson checkout 9ca9a25b895ba1b2fdf4d04e92895afec52d0608 | ||
| RUN git -C gtfs-to-geojson checkout 604dd7a1f7d0f97f1a89c9b061a41e3094dfd310 |
Collaborator
There was a problem hiding this comment.
| # To avoid breaking the build in case of variable change upstream, we instead force the build to be local, which | ||
| # makes the COPY step in the next stage more reliable too. Useful debugging tips including `RUN env`, and adding `--verbose` | ||
| RUN CARGO_TARGET_DIR=./target cargo build --manifest-path=gtfs2netexfr/Cargo.toml --release | ||
| RUN strip ./target/release/gtfs2netexfr |
Collaborator
There was a problem hiding this comment.
Plus nécessaire:
| RUN curl --location -O https://github.com/MobilityData/gtfs-validator/releases/download/v3.1.1/gtfs-validator-3.1.1-cli.jar | ||
| RUN cp gtfs-validator-3.1.1-cli.jar /usr/local/bin | ||
| RUN curl --location -O https://github.com/MobilityData/gtfs-validator/releases/download/v7.1.0/gtfs-validator-7.1.0-cli.jar | ||
| RUN cp gtfs-validator-7.1.0-cli.jar /usr/local/bin |
Collaborator
There was a problem hiding this comment.
Changements: https://github.com/MobilityData/gtfs-validator/releases
(pas utilisé par nous en CLI actuellement)
| # freeze by commit + self-compile for now (until https://github.com/MobilityData/gtfs-realtime-validator/issues/105 is handled) | ||
| RUN git clone https://github.com/MobilityData/gtfs-realtime-validator.git | ||
| RUN git -C gtfs-realtime-validator checkout f9472e33e3c4719311b354ef7bc747035d67b1a8 | ||
| RUN git -C gtfs-realtime-validator checkout 57146b4eb7a55e68f4655b8c3f3ffb5ed9cebff1 |
Collaborator
There was a problem hiding this comment.
Collaborator
|
Je vais aller préparer une release. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
gtfs2netex