Skip to content

efibuild: Allow for manual control of audk commit#27

Draft
mikebeaton wants to merge 1 commit intoacidanthera:masterfrom
mikebeaton:audk-commit
Draft

efibuild: Allow for manual control of audk commit#27
mikebeaton wants to merge 1 commit intoacidanthera:masterfrom
mikebeaton:audk-commit

Conversation

@mikebeaton
Copy link
Copy Markdown
Member

Hi @vit9696 -

I don't reallly like what I've done here, however it is very useful!

For instance, in investigating acidanthera/bugtracker#2507 (comment), I was able to run:

rm -rf UDK
AUDK=f39c4bc76a5bc4904159996dd752ac4bb4601a72 ./build_duet.tool 
AUDK=f39c4bc76a5bc4904159996dd752ac4bb4601a72 ./build_oc.tool

to rebuild using acidanthera/audk@f39c4bc, and then

rm -rf UDK
AUDK=21e77e TARGETS=RELEASE ARCHS=X64 ./build_duet.tool 
AUDK=21e77e TARGETS=RELEASE ARCHS=X64 ./build_oc.tool --skip-tests

for quick rebuild, RELEASE only, using acidanthera/audk@21e77e0.

@mikebeaton mikebeaton requested a review from vit9696 October 10, 2025 15:49
@mikebeaton mikebeaton marked this pull request as draft December 16, 2025 12:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

1 participant