Skip to content

Commit

Permalink
Make git a bootstrap package
Browse files Browse the repository at this point in the history
It's not a build requirement, it's only required for downloading the
source.  In particular, someone building from a Cygwin source package
would get the source code as well as the cygport file, so they wouldn't
need git to build things.
  • Loading branch information
me-and committed Oct 20, 2023
1 parent a34f24b commit 2e2aa93
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ jobs:
uses: cygporter/workflows/.github/workflows/build-test.yml@v1
with:
cygport_file: taskwarrior.cygport
bootstrap_packages: cygport git
2 changes: 1 addition & 1 deletion taskwarrior.cygport
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ GIT_URI=https://github.com/GothenburgBitFactory/taskwarrior
GIT_TAG="v$PV"
LICENSE=MIT

BUILD_REQUIRES='cmake gcc-fortran ninja libuuid-devel libgnutls-devel git'
BUILD_REQUIRES='cmake gcc-fortran ninja libuuid-devel libgnutls-devel'

inherit cmake
inherit git
Expand Down

0 comments on commit 2e2aa93

Please sign in to comment.