Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
PaymentServer
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Administrator
PaymentServer
Commits
cfaf1dca
Commit
cfaf1dca
authored
3 years ago
by
Jean-Paul Calderone
Browse files
Options
Downloads
Patches
Plain Diff
Why isn't XDG_CONFIG_DIRS set?
parent
5fb772f7
No related branches found
Branches containing commit
No related tags found
1 merge request
!109
Fix use of the iohk binary cache
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.circleci/config.yml
+4
-0
4 additions, 0 deletions
.circleci/config.yml
with
4 additions
and
0 deletions
.circleci/config.yml
+
4
−
0
View file @
cfaf1dca
...
@@ -30,6 +30,7 @@ jobs:
...
@@ -30,6 +30,7 @@ jobs:
command
:
|
command
:
|
# Set XDG_CONFIG_DIRS to point at the source directory, so that nix
# Set XDG_CONFIG_DIRS to point at the source directory, so that nix
# will pickup nix/nix.conf as a configuration file from there.
# will pickup nix/nix.conf as a configuration file from there.
set -x
echo "export XDG_CONFIG_DIRS=$CIRCLE_WORKING_DIRECTORY" >> $BASH_ENV
echo "export XDG_CONFIG_DIRS=$CIRCLE_WORKING_DIRECTORY" >> $BASH_ENV
# Get *our* source code.
# Get *our* source code.
...
@@ -63,6 +64,9 @@ jobs:
...
@@ -63,6 +64,9 @@ jobs:
-
run
:
-
run
:
name
:
"
Building
with
Nix"
name
:
"
Building
with
Nix"
command
:
|
command
:
|
echo "BASH_ENV: $BASH_ENV"
cat $BASH_ENV
echo
echo "XDG_CONFIG_DIRS: $XDG_CONFIG_DIRS"
echo "XDG_CONFIG_DIRS: $XDG_CONFIG_DIRS"
nix-build \
nix-build \
-vvvv \
-vvvv \
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment