Your ROOT_URL in app.ini is https://source.parasitstudio.de:63000/ but you are visiting https://source.parasitstudio.de/wirtz/MiniDexed/commit/2011d2ce6eb2f5c67870e4a9c8677b5821b8cc67?style=unified&whitespace=show-all You should set ROOT_URL correctly, otherwise the web may not work correctly.

make clean || true

pull/25/head
probonopd 3 years ago committed by GitHub
parent b7542ac81a
commit 2011d2ce6e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      build.sh

@ -10,7 +10,7 @@ fi
# Build circle-stdlib library
cd circle-stdlib/
make clean
make clean || true
./configure -r ${RPI} --prefix "aarch64-none-elf-"
make -j$(nproc)
cd ..

Loading…
Cancel
Save