Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
Signed-off-by: Jakub Sokołowski <[email protected]>
  • Loading branch information
jakubgs committed Jan 23, 2023
1 parent 5eb2b11 commit 658d914
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ci/Jenkinsfile.linux
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ pipeline {

stage('Package') {
steps { script {
linux.bundle('tgz-linux')
linux.bundle('tgz-linux', 1)
} }
}

Expand Down
2 changes: 1 addition & 1 deletion shell.nix
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ in pkgs.mkShell {

QTDIR = qtCustom;
# https://github.com/NixOS/nixpkgs/pull/109649
QT_INSTALL_PLUGINS = qtCustom.qtPluginPrefix;
QT_INSTALL_PLUGINS = "${qtCustom}/${pkgs.qt515.qtbase.qtPluginPrefix}";

shellHook = ''
export MAKEFLAGS="-j$NIX_BUILD_CORES"
Expand Down

0 comments on commit 658d914

Please sign in to comment.