
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!