Skip to content

Commit

Permalink
temporarily exclude end2end build target
Browse files Browse the repository at this point in the history
(MetricLightbulbInvariant.v going down to RISC-V is in compilerExamples)
  • Loading branch information
samuelgruetter committed Nov 14, 2024
1 parent cbd05dd commit b6c1c1e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,8 @@ clean_end2end:
install_end2end:
$(MAKE) -C $(ABS_ROOT_DIR)/end2end install

all: bedrock2_ex LiveVerif_ex LiveVerifEx64 compiler_ex processor end2end
# TODO re-enable end2end
all: bedrock2_ex LiveVerif_ex LiveVerifEx64 compiler_ex processor # end2end

clean: clean_bedrock2 clean_LiveVerif clean_LiveVerifEx64 clean_compiler clean_processor clean_end2end

Expand Down

0 comments on commit b6c1c1e

Please sign in to comment.