stellar / system-test

Home of the stellar/stellar-system-test docker image for e2e system testing
1 stars 5 forks source link

Mark soroban-rpc volume as a safe git directory #20

Closed 2opremio closed 1 year ago

2opremio commented 1 year ago

Followup to #18

Otherwise compilation fails with:

fatal: detected dubious ownership in repository at '/soroban-tools'
To add an exception for this directory, call:

    git config --global --add safe.directory /soroban-tools
error obtaining VCS status: exit status 128
    Use -buildvcs=false to disable VCS stamping.
make: *** [Makefile:65: build-soroban-rpc] Error 1

See https://github.com/stellar/soroban-tools/actions/runs/4043611791/jobs/6952740592