Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
aports
aports
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 647
    • Issues 647
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 208
    • Merge Requests 208
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Incidents
    • Environments
  • Analytics
    • Analytics
    • CI / CD
    • Repository
    • Value Stream
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • alpine
  • aportsaports
  • Merge Requests
  • !16983

Open
Opened Jan 18, 2021 by Bart Ribbers@PureTryOutDeveloper
  • Report abuse
Report abuse

Draft: testing/dendrite: build without network access

  • Overview 4
  • Commits 1
  • Pipelines 1
  • Changes 1

So checksums will fail as I have no permissions to upload the vendored deps somewhere, but basically these changes allow building a Go program (Dendrite in this case) without network access.

Basically snapshot the deps and upload them to the Alpine sources mirroring service. Then use that in the APKBUILD, unpack it and set the GOFLAG -mod to the unpackaged directory, and done.

I'm unsure how this would allow anyone to upgrade the package however, as of course almost no one has write access to the sources mirror.

Edited Jan 18, 2021 by Bart Ribbers
Assignee
Assign to
Reviewer
Request review from
None
Milestone
None
Assign milestone
Time tracking
Reference: alpine/aports!16983
Source branch: testing_dendrite-no-network