Skip to content

ory/x

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

ory/x

GoDoc reference tests Coverage Status Go Report Card

Shared libraries used in the ORY ecosystem. Use at your own risk. Breaking changes should be anticipated.

Run tests under Wine

Install Wine and then for a given package e.g. ./jsonnetsecure:

# Need to compile the jsonnet program for Windows since it is required by some tests.
$ GOOS=windows GOARCH=amd64 go build -o ./jsonnet.exe github.com/ory/x/jsonnetsecure/cmd
$ GOOS=windows GOARCH=amd64 go test -c ./jsonnetsecure
$ ORY_JSONNET_PATH=$PWD/jsonnet.exe WINEDEBUG=-all wine  $PWD/jsonnetsecure.test.exe

Note: Wine only emulates Windows amd64 so it requires Rosetta on aarch64 macOS.