Skip to content

Commit

Permalink
Fix macos deployment tests (arras-energy#236)
Browse files Browse the repository at this point in the history
  • Loading branch information
David P. Chassin authored Sep 5, 2024
1 parent 81ffbec commit 0f10c37
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 68 deletions.
34 changes: 0 additions & 34 deletions .github/workflows/develop-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,40 +40,6 @@ jobs:
sh ./setup.sh --local
sh ./build.sh --system --parallel --upload --release
buildMacos12FastS3:

runs-on: macos-12
environment: Integration

steps:
- uses: actions/checkout@v3

# this is to fix GIT not liking owner of the checkout dir
- name: Set ownership
run: |
chown -R $(id -u):$(id -g) $PWD
- name: Configure AWS Credentials
uses: aws-actions/configure-aws-credentials@v2
with:
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY }}
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
aws-region: ${{ secrets.AWS_REGION }}

- name: Symlink for libtool
run: |
ln -s /usr/local/bin/glibtoolize /usr/local/bin/libtoolize
ln -s /usr/local/bin/glibtool /usr/local/bin/libtool
- name: Add libraries to PATH
run: |
echo "LIBRARY_PATH=$(brew --prefix)/lib:$(brew --prefix)/opt:$(brew --prefix)/include" >> $GITHUB_ENV
- name: Deploy to S3
run: |
sh ./setup.sh --local
sh ./build.sh --system --parallel --upload --release
buildUbuntu22FastS3:

runs-on: ubuntu-22.04
Expand Down
34 changes: 0 additions & 34 deletions .github/workflows/master-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,40 +40,6 @@ jobs:
sh ./setup.sh --local
sh ./build.sh --system --parallel --upload --release
buildMacos12FastS3:

runs-on: macos-12
environment: Integration

steps:
- uses: actions/checkout@v3

# this is to fix GIT not liking owner of the checkout dir
- name: Set ownership
run: |
chown -R $(id -u):$(id -g) $PWD
- name: Configure AWS Credentials
uses: aws-actions/configure-aws-credentials@v1
with:
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY }}
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
aws-region: ${{ secrets.AWS_REGION }}

- name: Symlink for libtool
run: |
ln -s /usr/local/bin/glibtoolize /usr/local/bin/libtoolize
ln -s /usr/local/bin/glibtool /usr/local/bin/libtool
- name: Add libraries to PATH
run: |
echo "LIBRARY_PATH=$(brew --prefix)/lib:$(brew --prefix)/opt:$(brew --prefix)/include" >> $GITHUB_ENV
- name: Deploy to S3
run: |
sh ./setup.sh --local
sh ./build.sh --system --parallel --upload --release
buildUbuntu22FastS3:

runs-on: ubuntu-22.04
Expand Down

0 comments on commit 0f10c37

Please sign in to comment.