Remove memcached from 'make allpaper'

This commit is contained in:
abejgonzalez 2023-06-08 09:26:14 -07:00 committed by abejgonzalez
parent 724a61ff61
commit 920d9feb51
1 changed files with 2 additions and 1 deletions

View File

@ -7,7 +7,8 @@ BASE_LINUX:=../../sw/firesim-software/images/firechip/br-base/br-base-bin
# be attached to your EC2 instance if you have a license
# Regular benchmarks are cloned from git/the internet and built automatically
allpaper: memcached-thread-imbalance simperf-test-latency simperf-test-scale bw-test-two-instances ping-latency
# TODO: re-enable memcached-thread-imbalance (disabled since sysroot needs to be re-built instead of cached in newer version of FireMarshal)
allpaper: simperf-test-latency simperf-test-scale bw-test-two-instances ping-latency
spec17-%:
$(info Support for SPEC2017 has been ported to FireMarshal.)