Skip to content

Commit

Permalink
Build: No ADX assembly in binaries
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierre Boutillier committed Nov 21, 2021
1 parent 0e7a0e9 commit d43f723
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitlab/ci/templates.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
variables:
## This value MUST be the same as `opam_repository_tag` in `scripts/version.sh`
build_deps_image_version: e47d923d556a41fa3dd02128658a7cd899f80ab0
build_deps_image_version: efc37824b5abfccbf7deeb5d8eebd190348f5a4b
build_deps_image_name: registry.gitlab.com/tezos/opam-repository
public_docker_image_name: docker.io/${CI_PROJECT_PATH}-
GIT_STRATEGY: fetch
Expand Down
2 changes: 1 addition & 1 deletion scripts/version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export full_opam_repository_tag=de2a372fc4d915bae85b7d2cc532a094941a9c0e
## opam_repository is an additional, tezos-specific opam repository.
## This value MUST be the same as `build_deps_image_version` in `.gitlab/ci/templates.yml
export opam_repository_url=https://gitlab.com/tezos/opam-repository
export opam_repository_tag=e47d923d556a41fa3dd02128658a7cd899f80ab0
export opam_repository_tag=efc37824b5abfccbf7deeb5d8eebd190348f5a4b
export opam_repository_git=$opam_repository_url.git
export opam_repository=$opam_repository_git\#$opam_repository_tag

Expand Down

0 comments on commit d43f723

Please sign in to comment.