Skip to content

Commit f8a8b1b

Browse files
authoredNov 16, 2021
Merge pull request swiftlang#56 from apple/fix-the-dir-layout
Fix the shared metadata location to match new dir layout
2 parents f48b692 + a956b6e commit f8a8b1b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed
 

‎platforms/Linux/RPM/Amazonlinux/2/docker-compose.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ services:
2727
depends_on: [docker-setup]
2828
volumes:
2929
- .:/code:z
30-
- ../../shared/RPM:/shared:ro
30+
- ../../../RPM:/shared:ro
3131
- ./.output:/output:z
3232
working_dir: /code
3333
cap_drop:

‎platforms/Linux/RPM/Centos/7/docker-compose.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ services:
3030
- seccomp:unconfined
3131
volumes:
3232
- .:/code:z
33-
- ../../shared/RPM:/shared:ro
33+
- ../../../RPM:/shared:ro
3434
- ./.output:/output:z
3535
working_dir: /code
3636
cap_drop:

‎platforms/Linux/RPM/Centos/8/docker-compose.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ services:
3030
- seccomp:unconfined
3131
volumes:
3232
- .:/code:z
33-
- ../../shared/RPM:/shared:ro
33+
- ../../../RPM:/shared:ro
3434
- ./.output:/output:z
3535
working_dir: /code
3636
cap_drop:

0 commit comments

Comments
 (0)