We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
edk2/UefiPayloadPkg/UefiPayloadPkg.dsc
Line 25 in bb248a9
does that actually evaluate as intended? on my local machine I get this:
$ ls Build/ 'UefiPayloadPkg$(BUILD_ARCH)'
which in turn breaks the build
The text was updated successfully, but these errors were encountered:
edk2/UefiPayloadPkg/UefiPayloadPkg.dsc Line 25 in bb248a9 OUTPUT_DIRECTORY = Build/UefiPayloadPkg$(BUILD_ARCH) does that actually evaluate as intended? on my local machine I get this: $ ls Build/ 'UefiPayloadPkg$(BUILD_ARCH)' which in turn breaks the build
Seems like your local machine is garbage.
Sorry, something went wrong.
:))) I didn't expect that
but seriously now, could it be because of the shell using during the build?
it was from within a nix derivation, so the shell definitely isn't the same as a user-interactive bash session started on ubuntu
that being said, the build worked after I replaced that with Build/UefiPayloadPkgX64, and I successfully flashed and booted on real hardware
Build/UefiPayloadPkgX64
No branches or pull requests
edk2/UefiPayloadPkg/UefiPayloadPkg.dsc
Line 25 in bb248a9
does that actually evaluate as intended? on my local machine I get this:
which in turn breaks the build
The text was updated successfully, but these errors were encountered: