Skip to content

Commit

Permalink
fix(bug): copy testf_entry.c rather than move when building baremetal…
Browse files Browse the repository at this point in the history
…-remote-tf

Signed-off-by: Diogo Costa <[email protected]>
  • Loading branch information
Diogo21Costa committed Jan 3, 2024
1 parent d792258 commit f8ccf7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/guest/baremetal-remote-tf.nix
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ stdenv.mkDerivation rec {
cp -r ${tests_srcs}/configs $out/tests/
cp -r ${tests_srcs}/src $out/tests/
chmod -R u+w $out/tests/
mv $out/tests/src/testf_entry.c $out/tests/bao-tests/src/
cp $out/tests/src/testf_entry.c $out/tests/bao-tests/src/
cd $out
'';

Expand Down

0 comments on commit f8ccf7a

Please sign in to comment.