Skip to content

Commit

Permalink
update ci build script
Browse files Browse the repository at this point in the history
  • Loading branch information
mmicko committed Feb 29, 2024
1 parent ea39846 commit 6c428e1
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/ci/build_himbaechel.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,8 @@ function get_dependencies {
function build_nextpnr {
mkdir build
pushd build
cmake .. -DARCH=himbaechel
cmake .. -DARCH=himbaechel -DHIMBAECHEL_EXAMPLE_DEVICES=example
make nextpnr-himbaechel bbasm -j`nproc`
# We'd ideally use pypy3 for speed (as works locally), but the version
# our CI Ubuntu provides doesn't like some of the typing stuff
python3 ../himbaechel/uarch/example/example_arch_gen.py ./example.bba
mkdir -p share/himbaechel/example
./bba/bbasm --l ./example.bba share/himbaechel/example/example.bin
popd
}

Expand Down

0 comments on commit 6c428e1

Please sign in to comment.