Skip to content

Commit

Permalink
Remove CI for ubuntu docker
Browse files Browse the repository at this point in the history
  • Loading branch information
jslee02 committed Nov 10, 2024
1 parent a555b07 commit c9c2df5
Showing 1 changed file with 5 additions and 12 deletions.
17 changes: 5 additions & 12 deletions .github/workflows/ci_ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,20 +21,13 @@ on:
workflow_dispatch:

jobs:
build_on_docker:
coverage:
if: github.event_name != 'workflow_dispatch'
name: linux-docker-${{ matrix.os }}-${{ matrix.build_type }}
name: coverage-${{ matrix.os }}-${{ matrix.build_type }}
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
# Supported LTS versions
os: [ubuntu-jammy, ubuntu-noble, ubuntu-oracular]
build_type: [Release]
codecov: [OFF]
check_format: [OFF]
build_dartpy: [ON]
enable_simd: [ON]
include:
# For code coverage report to Codecov
- os: ubuntu-jammy
Expand Down Expand Up @@ -79,8 +72,8 @@ jobs:
$DART_DEV_IMAGE:$DOCKER_TAG \
/bin/sh -c "cd $GITHUB_WORKSPACE && ./scripts/build.sh"
build_on_pixi:
name: ubuntu-pixi
build:
name: ubuntu
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand All @@ -102,7 +95,7 @@ jobs:
- name: Test DART and dartpy
run: |
pixi run test-all
- name: Install
run: |
pixi run install

0 comments on commit c9c2df5

Please sign in to comment.