mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Fix b_ems
This commit is contained in:
parent
a68173f898
commit
2396fa7340
@ -1016,12 +1016,15 @@ jobs:
|
|||||||
- store_artifacts: *artifacts_test_results
|
- store_artifacts: *artifacts_test_results
|
||||||
- gitter_notify_failure_unless_pr
|
- gitter_notify_failure_unless_pr
|
||||||
|
|
||||||
|
# NOTE: work around to git unsafe repository error by adding /root/project as a safe.directory
|
||||||
|
# See https://github.com/CircleCI-Public/cimg-base/issues/170
|
||||||
b_ems:
|
b_ems:
|
||||||
<<: *base_ems_large
|
<<: *base_ems_large
|
||||||
environment:
|
environment:
|
||||||
TERM: xterm
|
TERM: xterm
|
||||||
MAKEFLAGS: -j 10
|
MAKEFLAGS: -j 10
|
||||||
steps:
|
steps:
|
||||||
|
- run: git config --global --add safe.directory /root/project
|
||||||
- checkout
|
- checkout
|
||||||
- run:
|
- run:
|
||||||
name: Build
|
name: Build
|
||||||
|
Loading…
Reference in New Issue
Block a user