Skip to content
This repository has been archived by the owner on Mar 1, 2023. It is now read-only.

Commit

Permalink
Merge #1951
Browse files Browse the repository at this point in the history
1951: build sysimg but don't fail on error, disable running tests with sysimg until 1.5.4 bugfix r=jakebolewski a=jakebolewski

### Description

Due to bugs in the julia 1.5.(2,3) runtime, the CI sysimg build is currently broken.  Disable until Julia v1.5.4 with included bugfixes is released JuliaLang/julia#39351.




Co-authored-by: Jake Bolewski <jakebolewski@gmail.com>
  • Loading branch information
bors[bot] and jakebolewski authored Jan 26, 2021
2 parents fe19efd + 38040c5 commit 751fed7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/OS-UnitTests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,10 +72,11 @@ jobs:
- name: Build System Image
if: steps.filter.outputs.run_test == 'true'
continue-on-error: true
run: |
julia --project=@. .dev/systemimage/climate_machine_image.jl ClimateMachine.so true
- name: Run Unit Tests
if: steps.filter.outputs.run_test == 'true'
run: |
julia --project=@. -J ClimateMachine.so -e 'using Pkg; Pkg.test()'
julia --project=@. -e 'using Pkg; Pkg.test()'

0 comments on commit 751fed7

Please sign in to comment.