Skip to content

Commit

Permalink
fix: nim-nightly (#1285) (#1296)
Browse files Browse the repository at this point in the history
suppress failures for x86_64-specific commands

Signed-off-by: madomado <[email protected]>
(cherry picked from commit 2e846d0)

Co-authored-by: madomado <[email protected]>
  • Loading branch information
raboneko and madonuko authored May 23, 2024
1 parent bf25a5c commit 12de22e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions anda/langs/nim/nim-nightly/nim-nightly.spec
Original file line number Diff line number Diff line change
Expand Up @@ -109,9 +109,9 @@ mv %buildroot%_bindir/nim %buildroot%_datadir/
ln -s %_datadir/nim/bin/nim %buildroot%_bindir/nim

%ifarch x86_64
mkdir -p %buildroot/%_docdir/%name/html
cp -a doc/html/*.html %buildroot/%_docdir/%name/html/
cp tools/dochack/dochack.js %buildroot/%_docdir/%name/
mkdir -p %buildroot/%_docdir/%name/html || true
cp -a doc/html/*.html %buildroot/%_docdir/%name/html/ || true
cp tools/dochack/dochack.js %buildroot/%_docdir/%name/ || true
%endif

cp -r lib/* %buildroot%_prefix/lib/nim/
Expand Down

0 comments on commit 12de22e

Please sign in to comment.