File tree Expand file tree Collapse file tree 4 files changed +12
-20
lines changed Expand file tree Collapse file tree 4 files changed +12
-20
lines changed Original file line number Diff line number Diff line change 1111 " jobs " : {
1212 " linux " : {
1313 " runs-on " : " ubuntu-latest" ,
14+ " container " : {
15+ " image " : " ${{ matrix.distro }}" ,
16+ " options " : " -htest.box" ,
17+ },
1418 " strategy " : {
1519 " fail-fast " : false,
1620 " matrix " : {
4549 },
4650 {
4751 " name " : " Build and test gssapi" ,
48- " run " : " ./ci/run-on-linux.sh ./ci/ build.sh" ,
52+ " run " : " ./ci/build.sh" ,
4953 " env " : {
50- " DISTRO " : " ${{ matrix.distro }}" ,
5154 " KRB5_VER " : " ${{ matrix.krb5_ver }}" ,
5255 " FLAKE " : " ${{ matrix.flake }}" ,
5356 },
Original file line number Diff line number Diff line change 44 " jobs " : {
55 " update-pages " : {
66 " runs-on " : " ubuntu-latest" ,
7+ " container " : " fedora-latest" ,
78 " steps " : [
89 {
910 " name " : " Check out code" ,
1011 " uses " : " actions/checkout@v2" ,
1112 },
1213 {
1314 " name " : " Build docs" ,
14- " run " : " ./ci/run-on-linux.sh ./ci/before-docs-deploy.sh" ,
15- " env " : { "DISTRO": "fedora:latest" },
15+ " run " : " ./ci/before-docs-deploy.sh" ,
1616 },
1717 {
1818 " name " : " Deploy latest docs" ,
Original file line number Diff line number Diff line change 44 " jobs " : {
55 " release-linux " : {
66 " runs-on " : " ubuntu-latest" ,
7+ " container " : {
8+ " image " : " fedora:latest" ,
9+ " options " : " -htest.box" ,
10+ },
711 " steps " : [
812 {
913 " name " : " Check out code" ,
1014 " uses " : " actions/checkout@v2" ,
1115 },
1216 {
1317 " name " : " Set things up" ,
14- " run " : " ./ci/run-on-linux.sh ./ci/before-deploy.sh" ,
15- " env " : { "DISTRO": "fedora:latest" },
18+ " run " : " ./ci/before-deploy.sh" ,
1619 },
1720 {
1821 " name " : " Deploy to PyPI" ,
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments