Build with Magefile #104341
No reviewers
Labels
No Label
Good First Issue
Priority
High
Priority
Low
Priority
Normal
Status
Archived
Status
Confirmed
Status
Needs Info from Developers
Status
Needs Information from User
Status
Needs Triage
Status
Resolved
Type
Bug
Type
Design
Type
Job Type
Type
Known Issue
Type
Patch
Type
Report
Type
To Do
No Milestone
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: studio/flamenco#104341
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "magefile"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Convert most of the code in
Makefile
to Magefile:This makes it possible to build Flamenco without
make
(and the POSIX environment/commands it expect) by running:More efficient builds are possible with other commands, and some release-related commands still require
make
. At least the barrier to entry should be considerably lower (compared to having to install Make + Cygwin/MSYS2 on Windows).Fix: #102633
This does not port the building of release packages, so it doesn't address #102671.
Main Targets
All Targets
Get these via
go run mage.go -l
:mg.GoCmd()
instead of "go" 20a10866d8make update-version
: also update Mage version.go a5957c4952magefiles/tools/tools.go
c376604c8emake clean
to Mage 1dbd639010Build with Magefileto WIP: Build with MagefileWIP: Build with Magefileto Build with Magefileb3b452dee5
to9c5b32280c