-
Notifications
You must be signed in to change notification settings - Fork 202
Closed
Milestone
Description
I've just migrated to Tycho 4.0.4 and in my GitHub Actions workflow, when I get a cache hit, I set the Maven option --offline. I the log I can see
[INFO] ### Using TychoRepositoryTransport for remote P2 access ###
[INFO] Cache location: /home/runner/.m2/repository/.cache/tycho
[INFO] Transport mode: offline
[INFO] Http Transport type: Java11Client
[INFO] Update mode: forced
So it's being offline, but then I can see
[INFO] Downloading from p2: https://download.eclipse.org/releases/2023-12/p2.index
[INFO] Downloaded from p2: https://download.eclipse.org/releases/2023-12/p2.index (122 bytes at 0 bytes/s)
[INFO] Downloading from p2: https://download.eclipse.org/technology/epp/packages/2023-12/p2.index
...
So it looks like it's not really offline?
Am I missing something? Or is it the expected behavior?
thanks in advance
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels