Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
Common CI Configuration
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
hive
Common CI Configuration
Commits
279640f9
Commit
279640f9
authored
1 year ago
by
Bartek Wrona
Browse files
Options
Downloads
Patches
Plain Diff
emsdk image bumped to 3.1.51 version
parent
337fabaa
No related branches found
No related tags found
1 merge request
!35
emsdk img update
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
Dockerfile.emscripten
+1
-1
1 addition, 1 deletion
Dockerfile.emscripten
docker-bake.hcl
+1
-1
1 addition, 1 deletion
docker-bake.hcl
scripts/bash/build_emscripten_image.sh
+1
-1
1 addition, 1 deletion
scripts/bash/build_emscripten_image.sh
with
3 additions
and
3 deletions
Dockerfile.emscripten
+
1
−
1
View file @
279640f9
# syntax=docker/dockerfile:1.5
# syntax=docker/dockerfile:1.5
ARG EMSCRIPTEN_VERSION=3.1.
47
ARG EMSCRIPTEN_VERSION=3.1.
51
FROM emscripten/emsdk:${EMSCRIPTEN_VERSION} AS pure_emscripten_sdk
FROM emscripten/emsdk:${EMSCRIPTEN_VERSION} AS pure_emscripten_sdk
...
...
This diff is collapsed.
Click to expand it.
docker-bake.hcl
+
1
−
1
View file @
279640f9
variable
"CI_REGISTRY_IMAGE"
{}
variable
"CI_REGISTRY_IMAGE"
{}
variable
"CI_COMMIT_SHA"
{}
variable
"CI_COMMIT_SHA"
{}
variable
"EMSCRIPTEN_VERSION"
{
variable
"EMSCRIPTEN_VERSION"
{
default
=
"3.1.
47
"
default
=
"3.1.
51
"
}
}
variable
"BOOST_VERSION_TAG"
{
variable
"BOOST_VERSION_TAG"
{
default
=
null
default
=
null
...
...
This diff is collapsed.
Click to expand it.
scripts/bash/build_emscripten_image.sh
+
1
−
1
View file @
279640f9
...
@@ -5,7 +5,7 @@ SCRIPTSDIR="$( cd -- "$(dirname "$0")" >/dev/null 2>&1 ; pwd -P )"
...
@@ -5,7 +5,7 @@ SCRIPTSDIR="$( cd -- "$(dirname "$0")" >/dev/null 2>&1 ; pwd -P )"
SRCDIR
=
"
${
SCRIPTSDIR
}
/../../"
SRCDIR
=
"
${
SCRIPTSDIR
}
/../../"
REGISTRY
=
${
1
:-
"registry.gitlab.syncad.com/hive/common-ci-configuration/"
}
REGISTRY
=
${
1
:-
"registry.gitlab.syncad.com/hive/common-ci-configuration/"
}
EMSDK_VERSION
=
${
1
:-
"3.1.
47
"
}
EMSDK_VERSION
=
${
1
:-
"3.1.
51
"
}
export
DOCKER_BUILDKIT
=
1
export
DOCKER_BUILDKIT
=
1
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment