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
|
||||
- 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:
|
||||
<<: *base_ems_large
|
||||
environment:
|
||||
TERM: xterm
|
||||
MAKEFLAGS: -j 10
|
||||
steps:
|
||||
- run: git config --global --add safe.directory /root/project
|
||||
- checkout
|
||||
- run:
|
||||
name: Build
|
||||
|
Loading…
Reference in New Issue
Block a user