Skip to content

Commit 8e36db9

Browse files
committed
Remove CI for ubuntu docker
1 parent 1e1343c commit 8e36db9

File tree

1 file changed

+5
-12
lines changed

1 file changed

+5
-12
lines changed

.github/workflows/ci_ubuntu.yml

+5-12
Original file line numberDiff line numberDiff line change
@@ -21,20 +21,13 @@ on:
2121
workflow_dispatch:
2222

2323
jobs:
24-
build_on_docker:
24+
coverage:
2525
if: github.event_name != 'workflow_dispatch'
26-
name: linux-docker-${{ matrix.os }}-${{ matrix.build_type }}
26+
name: coverage-${{ matrix.os }}-${{ matrix.build_type }}
2727
runs-on: ubuntu-latest
2828
strategy:
2929
fail-fast: false
3030
matrix:
31-
# Supported LTS versions
32-
os: [ubuntu-jammy, ubuntu-noble, ubuntu-oracular]
33-
build_type: [Release]
34-
codecov: [OFF]
35-
check_format: [OFF]
36-
build_dartpy: [ON]
37-
enable_simd: [ON]
3831
include:
3932
# For code coverage report to Codecov
4033
- os: ubuntu-jammy
@@ -79,8 +72,8 @@ jobs:
7972
$DART_DEV_IMAGE:$DOCKER_TAG \
8073
/bin/sh -c "cd $GITHUB_WORKSPACE && ./scripts/build.sh"
8174
82-
build_on_pixi:
83-
name: ubuntu-pixi
75+
build:
76+
name: ubuntu
8477
runs-on: ubuntu-latest
8578
steps:
8679
- name: Checkout
@@ -102,7 +95,7 @@ jobs:
10295
- name: Test DART and dartpy
10396
run: |
10497
pixi run test-all
105-
98+
10699
- name: Install
107100
run: |
108101
pixi run install

0 commit comments

Comments
 (0)