File tree 3 files changed +17
-1
lines changed
3 files changed +17
-1
lines changed Original file line number Diff line number Diff line change @@ -30,6 +30,7 @@ $(SCRIPTDIR)/packpack:
30
30
$(info -------------------------------------------------------------------)
31
31
$(info Patching packpak...)
32
32
$(shell cd $(SCRIPTDIR ) /packpack && git apply $(SCRIPTDIR ) /gh-84.patch)
33
+ $(shell cd $(SCRIPTDIR ) /packpack && git apply $(SCRIPTDIR ) /gh-97.patch)
33
34
$(info -------------------------------------------------------------------)
34
35
35
36
.PHONY : source
Original file line number Diff line number Diff line change @@ -9,9 +9,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
9
9
- Added ability to build packages for Ubuntu 18.04
10
10
- Added a common Debian/Ubuntu prebuild.sh script
11
11
12
+ ### Fixed
13
+ - Added ` TMPDIR ` variable to the build container [ packpack/packpack #97 ] ( https://github.com/packpack/packpack/issues/97 )
14
+
12
15
## [ 1.2.3] - 2018-03-10
13
16
### Fixed
14
- - Patching packpack due to https://github.com/packpack/packpack/pull/84#issuecomment-371755389
17
+ - Patching packpack due to [ packpack/packpack # 84 ] ( https://github.com/packpack/packpack/pull/84#issuecomment-371755389 )
15
18
16
19
## [ 1.2.2] - 2017-07-10
17
20
### Changed
Original file line number Diff line number Diff line change
1
+ diff --git a/packpack b/packpack
2
+ index 6f4c80f..1659773 100755
3
+ --- a/packpack
4
+ +++ b/packpack
5
+ @@ -155,6 +155,7 @@ docker run \
6
+ --entrypoint=/build/userwrapper.sh \
7
+ -e XDG_CACHE_HOME=/cache \
8
+ -e CCACHE_DIR=/cache/ccache \
9
+ + -e TMPDIR=/tmp \
10
+ --volume "${CACHE_DIR}:/cache" \
11
+ ${DOCKER_REPO}:${DOCKER_IMAGE} \
12
+ make -f /pack/Makefile -C /source BUILDDIR=/build -j "$@"
You can’t perform that action at this time.
0 commit comments