We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2ce76df + a7fd43f commit 8d56b1dCopy full SHA for 8d56b1d
.circleci/config.yml
@@ -5,10 +5,12 @@ executors:
5
- image: docker:git
6
environment:
7
GLIBC_VERSION: 2.39
8
+ resource_class: large
9
working_directory: ~/docker-glibc-builder
10
artefact-uploader:
11
docker:
12
- image: golang:alpine
13
+ resource_class: small
14
15
jobs:
16
build:
builder
@@ -17,7 +17,7 @@ main() {
17
--libexecdir="$prefix/lib" \
18
--enable-multi-arch \
19
--enable-stack-protector=strong
20
- make && make install
+ make --jobs=4 && make install
21
tar --dereference --hard-dereference -zcf "/glibc-bin-$version.tar.gz" "$prefix"
22
} >&2
23
0 commit comments