This PR updates the samples commit to the latest ref and fixes .xz archive extraction where some archives contain archives. If this is the case, we'll decompress the .xz file and then extract the resulting archive via tar xJvf.
I also fixed the test data refresh on macOS by re-adding -n1 to the final xargs command.
It's likely that we'll see some JSON test failures so those will need to be resolved before this can merge.
Closes: #503, #505
This PR updates the samples commit to the latest ref and fixes
.xz
archive extraction where some archives contain archives. If this is the case, we'll decompress the.xz
file and then extract the resulting archive viatar xJvf
.I also fixed the test data refresh on macOS by re-adding
-n1
to the final xargs command.It's likely that we'll see some JSON test failures so those will need to be resolved before this can merge.