Skip to content

Commit

Permalink
Updating Linux NuGet package
Browse files Browse the repository at this point in the history
  • Loading branch information
JesperGr committed Sep 11, 2024
1 parent 8b9b8e6 commit b4d38df
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,18 +28,18 @@ jobs:
- run: ls -l
- name: Install nuget packages
run: |
nuget install DHI.MikeCore.Linux.rhel7 -Version 20.0.0 -OutputDirectory packages
nuget install DHI.MikeCore.Linux.ubuntu -Version 22.1.0 -OutputDirectory packages
- run: mkdir -p mikecore/bin/linux
- run: pwd
- run: ls -l
- run: cp -r packages/DHI.MikeCore.Linux.rhel7.20.0.0/runtimes/linux-x64/native/* mikecore/bin/linux
- run: cp -r packages/DHI.MikeCore.Linux.Ubuntu.22.1.0/runtimes/linux-x64/native/* mikecore/bin/linux
- run: sudo apt-get install patchelf
- run: |
patchelf --set-rpath '$ORIGIN' mikecore/bin/linux/libufs.so
patchelf --set-rpath '$ORIGIN' mikecore/bin/linux/libeum.so
patchelf --set-rpath '$ORIGIN' mikecore/bin/linux/libMzCart.so
patchelf --set-rpath '$ORIGIN' mikecore/bin/linux/libpfs2004.so
patchelf --set-rpath '$ORIGIN' mikecore/bin/linux/libxerces-c-3.1.so
patchelf --set-rpath '$ORIGIN' mikecore/bin/linux/libxerces-c-3.2.so
- name: Set up Python ${{ matrix.python-version }}
Expand Down

0 comments on commit b4d38df

Please sign in to comment.