We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa645bd commit f67648fCopy full SHA for f67648f
.github/workflows/build-docs.yml
@@ -17,6 +17,7 @@ jobs:
17
UBUNTU: 18.04
18
COMPILER_TYPE: gnu
19
COMPILER: gcc-8
20
+ HOST_COMPILER: gcc-8
21
BUILD_TYPE: release
22
ULIMIT_CORE: 0
23
VT_LB: 1
docker-compose.yml
@@ -330,7 +330,7 @@ services:
330
build:
331
context: .
332
target: base
333
- dockerfile: ci/docker/ubuntu-${UBUNTU}-${COMPILER_TYPE}-docs.dockerfile
+ dockerfile: ci/docker/ubuntu-${COMPILER_TYPE}-docs.dockerfile
334
args:
335
<<: *default-args
336
token: ${TOKEN}
0 commit comments