Skip to content

Commit

Permalink
Fix gcc fork version
Browse files Browse the repository at this point in the history
  • Loading branch information
habemus-papadum authored Dec 13, 2017
1 parent 036547e commit 6dbdc11
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ project(gcc-holy-build)
## Github user for the forks of gcc and binutils #
set(LIL_GH_USER habemus-papadum CACHE STRING "Github user") #
## #
## the tag to pull on the github forks #
set(LIL_TAG ${LIL_GH_USER}/v1-branch CACHE STRING "Github fork Versions") #
## the tag to pull on the github fork #
set(LIL_TAG ${LIL_GH_USER}/holy-build-0.1.0 CACHE STRING "Github fork version")#
## #
## Docker image to use for holy building #
set(LIL_DOCKER_IMAGE "habemuspapadum/holy-gcc-builder:0.1.0" CACHE STRING #
Expand Down

0 comments on commit 6dbdc11

Please sign in to comment.