Skip to content

Commit

Permalink
please.sh: add asciidoctor to build-installers
Browse files Browse the repository at this point in the history
In an earlier commit, Git for Windows switched from its own *-asciidoctor-extensions package to the MSYS2-provided *-asciidoctor package.

However, ARM64 pipelines that use the build-artifacts SDK flavor now complain that the asciidoctor binary isn't available.

This commit should ensure that Asciidoctor becomes available.

Ref: eb16e99
Signed-off-by: Dennis Ameling <[email protected]>
  • Loading branch information
dennisameling committed Aug 8, 2024
1 parent 0cacd22 commit c713493
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions please.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3327,6 +3327,14 @@ create_sdk_artifact () { # [--out=<directory>] [--git-sdk=<directory>] [--archit
# BusyBox
$PREFIX/bin/busybox.exe
# Asciidoctor (requires Ruby to run)
$PREFIX/bin/asciidoctor
$PREFIX/bin/asciidoctor.bat
$PREFIX/lib/ruby/
$PREFIX/bin/ruby.exe
$PREFIX/bin/ruby*.dll
EOF
mkdir -p "$output_path/.sparse" &&
cp "$sparse_checkout_file" "$output_path/.sparse/build-installers"
Expand Down

0 comments on commit c713493

Please sign in to comment.