Skip to content

Commit 62bc0dd

Browse files
committed
build: try docker img ubuntudesktop/gnome-3-38-2004
1 parent 48c17ee commit 62bc0dd

File tree

1 file changed

+27
-26
lines changed

1 file changed

+27
-26
lines changed

.circleci/config.yml

+27-26
Original file line numberDiff line numberDiff line change
@@ -118,11 +118,11 @@ jobs:
118118
type: enum
119119
enum: [ 'x64', 'arm64','armv7l' ]
120120
docker:
121-
- image: cimg/base:stable
121+
- image: ubuntudesktop/gnome-3-38-2004
122122
steps:
123-
- run: sudo apt-get update && sudo apt install rpm && sudo apt install -y snapd
123+
- run: sudo apt-get -y update && sudo apt install -y rpm
124124
# - run: sudo snap install snapd
125-
- run: sudo snap install snapcraft --classic
125+
# - run: sudo snap install snapcraft --classic
126126
- install
127127
- run: npx yarn run publish --arch=<< parameters.arch >> --dry-run
128128
# CircleCI doesn't let you persist files with the same name from multiple
@@ -175,18 +175,18 @@ workflows:
175175
build-and-test:
176176
jobs:
177177
- lint
178-
- mac-test:
179-
matrix:
180-
parameters:
181-
arch: [ x64, arm64 ]
182-
- win-test:
183-
matrix:
184-
parameters:
185-
arch: [ x64 ]
186-
- linux-test:
187-
matrix:
188-
parameters:
189-
arch: [ x64 ]
178+
# - mac-test:
179+
# matrix:
180+
# parameters:
181+
# arch: [ x64, arm64 ]
182+
# - win-test:
183+
# matrix:
184+
# parameters:
185+
# arch: [ x64 ]
186+
# - linux-test:
187+
# matrix:
188+
# parameters:
189+
# arch: [ x64 ]
190190
- mac-build:
191191
matrix:
192192
parameters:
@@ -210,7 +210,8 @@ workflows:
210210
- linux-build:
211211
matrix:
212212
parameters:
213-
arch: [ x64, arm64, armv7l ]
213+
arch: [ x64 ]
214+
# arch: [ x64, arm64, armv7l ]
214215
# filters:
215216
# tags:
216217
# only:
@@ -221,17 +222,17 @@ workflows:
221222
context: fiddle-release
222223
requires:
223224
- lint
224-
- mac-test-x64
225-
- mac-test-arm64
226-
- win-test-x64
227-
- linux-test-x64
228-
- mac-build-x64
229-
- mac-build-arm64
230-
- win-build-ia32
231-
- win-build-x64
225+
# - mac-test-x64
226+
# - mac-test-arm64
227+
# - win-test-x64
228+
# - linux-test-x64
229+
# - mac-build-x64
230+
# - mac-build-arm64
231+
# - win-build-ia32
232+
# - win-build-x64
232233
- linux-build-x64
233-
- linux-build-arm64
234-
- linux-build-armv7l
234+
# - linux-build-arm64
235+
# - linux-build-armv7l
235236
filters:
236237
tags:
237238
only:

0 commit comments

Comments
 (0)