Changed working directory to fix problem with debug rpms

This commit is contained in:
Alvin Moore 2019-04-22 12:04:08 -07:00
parent 7f5b89d699
commit ad7487282b
1 changed files with 2 additions and 2 deletions

View File

@ -8,8 +8,8 @@ services:
<<: *common
depends_on: [common]
volumes:
- ..:/foundationdb
working_dir: /foundationdb
- ..:/__this_is_some_very_long_name_dir_needed_to_fix_a_bug_with_debug_rpms__/foundationdb
working_dir: /__this_is_some_very_long_name_dir_needed_to_fix_a_bug_with_debug_rpms__/foundationdb
environment:
- MAKEJOBS=1
- BUILD_DIR=./work