Skip to content

Commit

Permalink
Use main julia version for PackageCompiler (#216)
Browse files Browse the repository at this point in the history
* use julia 1.10 also for PC

* check size of pc shared object
  • Loading branch information
benegee authored Nov 19, 2024
1 parent 0e328c1 commit 07845ab
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,18 +32,13 @@ jobs:
test_type:
- regular
- coverage
- package-compiler
arch:
- x64
julia_version:
- '1.10'
t8code_version:
- '3.0.0'
include:
- os: ubuntu-latest
test_type: package-compiler
arch: x64
julia_version: '1.9.3' # 1.9.4: missing nghttp2 symbols in libcurl
t8code_version: '3.0.0'
env:
# Necessary for HDF5 to play nice with Julia
LD_PRELOAD: /lib/x86_64-linux-gnu/libcurl.so.4
Expand Down Expand Up @@ -205,6 +200,7 @@ jobs:
run: |
cd build
make -j2
du -hL ./prefix-pc/lib/libtrixi.so
- name: Test external CMake project
if: ${{ matrix.test_type == 'regular' }}
Expand Down

0 comments on commit 07845ab

Please sign in to comment.