File tree 4 files changed +12
-20
lines changed
4 files changed +12
-20
lines changed Original file line number Diff line number Diff line change 11
11
" jobs " : {
12
12
" linux " : {
13
13
" runs-on " : " ubuntu-latest" ,
14
+ " container " : {
15
+ " image " : " ${{ matrix.distro }}" ,
16
+ " options " : " -htest.box" ,
17
+ },
14
18
" strategy " : {
15
19
" fail-fast " : false,
16
20
" matrix " : {
45
49
},
46
50
{
47
51
" name " : " Build and test gssapi" ,
48
- " run " : " ./ci/run-on-linux.sh ./ci/ build.sh" ,
52
+ " run " : " ./ci/build.sh" ,
49
53
" env " : {
50
- " DISTRO " : " ${{ matrix.distro }}" ,
51
54
" KRB5_VER " : " ${{ matrix.krb5_ver }}" ,
52
55
" FLAKE " : " ${{ matrix.flake }}" ,
53
56
},
Original file line number Diff line number Diff line change 4
4
" jobs " : {
5
5
" update-pages " : {
6
6
" runs-on " : " ubuntu-latest" ,
7
+ " container " : " fedora-latest" ,
7
8
" steps " : [
8
9
{
9
10
" name " : " Check out code" ,
10
11
" uses " : " actions/checkout@v2" ,
11
12
},
12
13
{
13
14
" 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" ,
16
16
},
17
17
{
18
18
" name " : " Deploy latest docs" ,
Original file line number Diff line number Diff line change 4
4
" jobs " : {
5
5
" release-linux " : {
6
6
" runs-on " : " ubuntu-latest" ,
7
+ " container " : {
8
+ " image " : " fedora:latest" ,
9
+ " options " : " -htest.box" ,
10
+ },
7
11
" steps " : [
8
12
{
9
13
" name " : " Check out code" ,
10
14
" uses " : " actions/checkout@v2" ,
11
15
},
12
16
{
13
17
" 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" ,
16
19
},
17
20
{
18
21
" name " : " Deploy to PyPI" ,
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments