roaring icon indicating copy to clipboard operation
roaring copied to clipboard

Add workflow for ppc64 (#348)

Open Oppen opened this issue 3 years ago • 4 comments

Oppen avatar Jan 14 '22 03:01 Oppen

It seems that we are still getting failures with this architecture.

lemire avatar Feb 01 '22 20:02 lemire

--- FAIL: TestLargeFile (0.00s)
    bsi64_test.go:266: 
        	Error Trace:	bsi64_test.go:266
        	Error:      	Expected nil, but got: &os.PathError{Op:"open", Path:"./testdata/age/EBM", Err:0x2}
        	Test:       	TestLargeFile

lemire avatar Feb 01 '22 20:02 lemire

@Oppen Do you know what the error is about?

lemire avatar Feb 01 '22 21:02 lemire

Yes, I stalled work on this for now, but the issue is that it doesn't know how to find the input when I build the tests in a separate step (I currently cross-compile the tests and later run them on the emulated machine). I suspect cding would be enough, but haven't tried yet.

I left it for a while, I think it may be a good idea to use the same PR for the other pipelines I thought of adding.

Oppen avatar Feb 01 '22 23:02 Oppen