Skip to content

Commit

Permalink
Mock tmpfs size increased
Browse files Browse the repository at this point in the history
  • Loading branch information
alkk committed Jul 17, 2024
1 parent c26bfd9 commit 854b5b4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ jobs:
platforms: linux/amd64,linux/arm64
push: true
tags: |
ghcr.io/${{ github.repository_owner }}/builder-rpm:1.6
ghcr.io/${{ github.repository_owner }}/builder-rpm:1.7
ghcr.io/${{ github.repository_owner }}/builder-rpm:latest
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.PHONY: all build clean

IMAGE_REVISION=1.6
IMAGE_REVISION=1.7

all: build

Expand Down
2 changes: 1 addition & 1 deletion files/etc/mock/site-defaults.cfg
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
config_opts['plugin_conf']['tmpfs_enable'] = True
config_opts['plugin_conf']['tmpfs_opts'] = {}
config_opts['plugin_conf']['tmpfs_opts']['required_ram_mb'] = 1024
config_opts['plugin_conf']['tmpfs_opts']['max_fs_size'] = '5g'
config_opts['plugin_conf']['tmpfs_opts']['max_fs_size'] = '7g'
config_opts['plugin_conf']['tmpfs_opts']['mode'] = '0755'
config_opts['plugin_conf']['tmpfs_opts']['keep_mounted'] = False

Expand Down

0 comments on commit 854b5b4

Please sign in to comment.