make reduce for sort-8.16 fails inside chisel docker container
Screenshot shows make reduce for sort failing and passing for bzip2
The test.sh file fails for some reason while debloating sort. The debloating is working for all other programs inside the container.
Steps to reproduce:
// From inside the main project folder cd docker sudo docker build -t chisel . sudo docker run -it -v ../src chisel
//Now inside the docker container cd /chiselbench/benchmark/sort-8.16/merged make reduce
Let me know if this can be fixed. Thank you in advance!
I have found the fix on my end. I don't know if the fix is generalizable.
It had to do with incorrect single-quote characters in the undesired function in test.sh for sort
in my case, replacing the ‘’ with '' fixed the issue.